Skip to content

Commit b2ccbbe

Browse files
committed
Remove winpty aliases from bash profile
Signed-off-by: Andrew Bradley <cspotcode@gmail.com>
1 parent 0fff9f8 commit b2ccbbe

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

git-extra/aliases.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,3 @@
44
# --show-control-chars: help showing Korean or accented characters
55
alias ls='ls -F --color=auto --show-control-chars'
66
alias ll='ls -l'
7-
8-
case "$TERM" in
9-
xterm*)
10-
# The following programs are known to require a Win32 Console
11-
# for interactive usage, therefore let's launch them through winpty
12-
# when run inside `mintty`.
13-
for name in node ipython php php5 psql python2.7 winget
14-
do
15-
case "$(type -p "$name".exe 2>/dev/null)" in
16-
''|/usr/bin/*) continue;;
17-
esac
18-
alias $name="winpty $name.exe"
19-
done
20-
;;
21-
esac

0 commit comments

Comments
 (0)