summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index b52782a..ad713c8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -24,7 +24,7 @@ OS=${OS:-$(~/bin/os)}
# Support different operating system environments
case $OS in
-(arch|alpine)
+(arch|alpine|fedora-asahi-remix)
alias ls='ls --color=auto -v' ll='ls -AlFhv'
[ "$OS" = arch ] || trap 'printf "\e]2;${PWD/~/\~} ${BASH_COMMAND%ps1}\a"' DEBUG
;;