diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,12 @@ stty -ixon # disable Ctrl-S #export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" case $(uname -o) in +(Android) + PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin + export GNUTERM='sixelgd enhanced truecolor font "arial,9"' + alias ls='ls --color=auto -v' + alias ll='ls -AlFhv' + ;; (Darwin) export GNUTERM='sixelgd enhanced truecolor size 1600,1200 font "arial,9"' alias ls='ls -GF' |
