summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-21 18:05:15 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-21 18:05:15 +0100
commit953e0a3964e6c6f787c7ea70e1ffa26f254e2236 (patch)
tree0276251cf2d5c9516bc11c24dee3833d81a49f6e /.bashrc
parent2d8346d45090f78ae52831ffe69e26cd74e2b4b6 (diff)
fixup
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'