]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Sun, 18 Jan 2009 07:51:50 +0000 (16:51 +0900)
committerPHO <pho@cielonegro.org>
Sun, 18 Jan 2009 07:51:50 +0000 (16:51 +0900)
dot-files/_zshenv
dot-files/_zshrc

index 6f174bb8acde75f69d486f1665d3002ebf153390..e4f77b36239902131b56a313bca0e20bbf673962 100644 (file)
@@ -25,6 +25,7 @@ append_path PATH /usr/pkg/bin
 append_path PATH /usr/pkg/sbin
 append_path PATH /usr/local/bin
 append_path PATH /usr/local/sbin
+append_path PATH $HOME/bin
 # Hope these could be removed someday!
 append_path PATH /usr/local/ymir/perl/bin
 
index 2a56e842231e0ffdb6ad00867325f9c9117958ea..b5a69ac9caed0bd59fdb8b392446eeaaa69f806b 100644 (file)
@@ -78,10 +78,6 @@ alias -g T="| tail"
 
 alias ..='cd ..'
 alias cd..='cd ..'
-alias ls='ls -F'
-alias la='ls -a'
-alias l='ls -l'
-alias lls='ls -la'
 alias p='pushd'
 alias o='popd'
 alias d='dirs'
@@ -105,6 +101,16 @@ fi
 
 if [ $(uname) = "Darwin" ]; then
     alias ldd="otool -L"
+
+    alias ls='ls -Fw'
+    alias la='ls -aw'
+    alias l='ls -lw'
+    alias lls='ls -law'
+else
+    alias ls='ls -F'
+    alias la='ls -a'
+    alias l='ls -l'
+    alias lls='ls -la'
 fi
 
 # The following lines were added by compinstall