We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fff9f8 commit b2ccbbeCopy full SHA for b2ccbbe
git-extra/aliases.sh
@@ -4,18 +4,3 @@
4
# --show-control-chars: help showing Korean or accented characters
5
alias ls='ls -F --color=auto --show-control-chars'
6
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