From 953e0a3964e6c6f787c7ea70e1ffa26f254e2236 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 21 Jan 2025 18:05:15 +0100 Subject: fixup --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.bashrc') 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' -- cgit v1.2.3