From 0e5ec9f81ffce3eeb2190dd5eb6624546e92d856 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 25 Sep 2022 17:19:52 -0300 Subject: [PATCH] Revert "zshrc: Usar pcmanfm" This reverts commit 818dc7048158a3d2231c66b904c35e1cb49c2c9a. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 859e353..24f7689 100644 --- a/.zshrc +++ b/.zshrc @@ -41,7 +41,7 @@ alias ssh='TERM=xterm-256color ssh' alias e="$EDITOR" alias r="trash -r" -alias a='pcmanfm --new-win "$(pwd)" &; disown' +alias a='nohup nautilus "$(pwd)" >/dev/null &' alias g='git' alias gc='git commit'