zsh: Abrir thunar en vez de nemo

This commit is contained in:
Cat /dev/Nulo 2022-04-19 18:39:18 -03:00
parent 2e052248e2
commit 2a52a1e9dd

2
.zshrc
View file

@ -38,7 +38,7 @@ alias ssh='TERM=xterm-256color ssh'
alias e="$EDITOR"
alias r="trash -r"
alias a='nohup nemo "$(pwd)" >/dev/null &'
alias a='nohup thunar "$(pwd)" >/dev/null &'
alias g='git'
alias gc='git commit'