summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 0e1f3d8..7b86ac0 100644
--- a/zshrc
+++ b/zshrc
@@ -57,6 +57,9 @@ alias mplayer="mplayer2"
# connect to USB tty with 115200 baud
alias cusb="cu -l /dev/ttyUSB0 -s 115200"
+# this should be default
+alias nautilus="nautilus --no-desktop"
+
# suffix aliases
alias -s jpg="background gpicview"
alias -s gif="background gpicview"