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 | 36bb58e998f118e37e3d08e61ea679e7d36634ff (patch) | |
tree | bf3769bcdd0a19a2e630183f9d0e6ef7795aa897 | |
parent | 4d0b5c7df14c94a2b22ce646fe86c1e79c961c40 (diff) |
some programs do not like 4 tab spaces, e.g., fdu, wtr, also pacman warned about it
-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 ecbde6ca..4d81b50f 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]\$ ' |