diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-04 20:57:12 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-04 21:02:51 -0700 |
commit | 282d8daf691c32d6be26b79f1b9fb944401392ee (patch) | |
tree | 35ebd4456e29d12f8302ffd6f34f00b975719a55 /home | |
parent | 5e2d03d00b41aab7b1159400934001a6c2ba4296 (diff) |
some programs do not like 4 tab spaces, e.g., fdu, wtr, also pacman warned about it
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 2387e6ea..17a88a3c 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -13,8 +13,6 @@ esac . /usr/share/fzf/key-bindings.bash . /usr/share/bash-complete-alias/complete_alias -tabs 4 - # default PS1 #PS1='[\u@\h \W]\$ ' |