zsh: Comando para abrir nemo
This commit is contained in:
parent
0c5242d65b
commit
ad29d0c887
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -37,6 +37,8 @@ alias ssh='TERM=xterm-256color ssh'
|
||||||
alias e="$EDITOR"
|
alias e="$EDITOR"
|
||||||
alias r="trash -r"
|
alias r="trash -r"
|
||||||
|
|
||||||
|
alias a='nohup nemo "$(pwd)" >/dev/null &'
|
||||||
|
|
||||||
source /usr/share/fzf/key-bindings.zsh
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
source ~/.config/zsh/bg_notify.zsh
|
source ~/.config/zsh/bg_notify.zsh
|
||||||
! "$REMOTE" && source ~/.config/zsh/osc_7.zsh
|
! "$REMOTE" && source ~/.config/zsh/osc_7.zsh
|
||||||
|
|
Loading…
Reference in a new issue