Skip to content

Commit

Permalink
Minimal output only so SCP completes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert L. Carpenter committed Mar 20, 2013
1 parent 4246579 commit 1ed84f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ end

set -l uname (uname -a | sed -e 'y/ /\n/')
if contains "Linux" $uname
echo "system: linux"
#echo "system: linux"
alias ls="command ls -la --color=auto"
alias ll="command ls -l --color=auto"
else if contains "Darwin" $uname
echo "system: darwin"
#echo "system: darwin"
alias ls="command ls -la -G"
alias ll="command ls -l -G"
else
Expand Down

0 comments on commit 1ed84f3

Please sign in to comment.