summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2026-03-04 13:17:42 +0100
committerMarc Vertes <mvertes@free.fr>2026-03-04 13:17:42 +0100
commitfd6b3c227d160d79f0fb9995e66d16dc836432ab (patch)
treed45e35c2ea7c58a1cc24ba7abd76b01273854cd7 /.bashrc
parentab50c65a89f324c1ba11e4e50a8a954ce27cf02f (diff)
add .gitignore_global; support debian
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index cb5d13e..1c35452 100644
--- a/.bashrc
+++ b/.bashrc
@@ -28,7 +28,7 @@ OS=${OS:-$(~/bin/os)}
# Support different operating system environments
case $OS in
-(arch|alpine|fedora-asahi-remix)
+(arch|alpine|debian|fedora-asahi-remix)
alias ls='ls --color=auto -v' ll='ls -AlFhv'
[ "$OS" = arch ] || trap 'printf "\e]2;%s\a" "$TERM_TAG ${BASH_COMMAND%ps1}"' DEBUG
;;
@@ -129,3 +129,5 @@ type -t command_not_found_handle >/dev/null || command_not_found_handle() {
. ~/.bash-powerline.sh
. "$HOME/.cargo/env"
+
+. "$HOME/.local/bin/env"