Skip to content

Commit

Permalink
Revert "Revert "ssh -q""
Browse files Browse the repository at this point in the history
This reverts commit 19dab41.
  • Loading branch information
kylehotchkiss committed Mar 24, 2012
1 parent 19dab41 commit 7b329fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terminal/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,21 @@ if [ "$TERM" != "dumb" ]; then
fi
fi

<<<<<<< HEAD
# ------------------ #
# Output Corrections #
# ------------------ #
LC_COLLATE=C; export LC_COLLATE

alias ls='ls --color'
=======
# ---------------- #
# Coreutils in OSX #
# ---------------- #
#PATH="/usr/local/bin:$PATH"


# Alias
alias ls='ls -hF --color --hide="*.pyc"'
alias ssh='ssh -q'
>>>>>>> ssh -q

0 comments on commit 7b329fc

Please sign in to comment.