Skip to content

Commit

Permalink
remove windows32 uname since i am using git bash by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed Jan 20, 2019
1 parent b23ca60 commit 1ef033d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ then
fi

case "`uname 2> /dev/null`" in
windows32)
TERM=cygwin
;;
MINGW*)
TERM=xterm-256color
;;
Expand Down
7 changes: 0 additions & 7 deletions .shrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ case "$SHELL" in
esac

case "`uname 2> /dev/null`" in
windows32)
alias find=gfind
alias ifconfig=ipconfig
alias sort=gsort
alias ps=tasklist
alias vi=vim
;;
MINGW*)
alias ifconfig=ipconfig
;;
Expand Down

0 comments on commit 1ef033d

Please sign in to comment.