From 4da4a647ee431ced00a8ed9fe32387f857a65611 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 31 May 2022 14:19:24 -0300 Subject: [PATCH] zshrc: Usar nautilus --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 432edba..6ccf29d 100644 --- a/.zshrc +++ b/.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'