]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_zshrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _zshrc
index 8c8bbe333bd8251d3ed664e8dc6d7cea018e0e50..dd9663c67997435137c2df21369bad09fcca75b2 100644 (file)
@@ -246,6 +246,7 @@ function lv() {
         lv_cmd=("more")
     else
         echo >&2 "$0: no pager commands are found"
+        return 1
     fi
 
     command "${lv_cmd[@]}" "$@"
@@ -293,7 +294,8 @@ if [[ $(uname) = "Darwin" ]]; then
     alias l='ls -lhw'
     alias lls='ls -lahw'
 
-    alias top='/usr/bin/top -X -o cpu'
+    #alias top='/usr/bin/top -X -o cpu'
+    alias top='/usr/bin/top -o cpu'
 else
     alias ls='ls -F'
     alias la='ls -a'