zshrc: Usar nautilus
This commit is contained in:
parent
1fcdc68bb3
commit
4da4a647ee
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -38,7 +38,7 @@ alias ssh='TERM=xterm-256color ssh'
|
|||
alias e="$EDITOR"
|
||||
alias r="trash -r"
|
||||
|
||||
alias a='nohup thunar "$(pwd)" >/dev/null &'
|
||||
alias a='nohup nautilus "$(pwd)" >/dev/null &'
|
||||
|
||||
alias g='git'
|
||||
alias gc='git commit'
|
||||
|
|
Loading…
Reference in a new issue