summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 2b7fe4b..9450783 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'