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 | a99453fcc5e0b4b1d800789a76c731d5fe72eb8a (patch) | |
tree | bfbf6e6026f079bf90cefa4542c12758bc5b6647 /home/xyz | |
parent | f739c056bfadacae9aed1763d3293037cce63b00 (diff) |
some programs do not like 4 tab spaces, e.g., fdu, wtr, also pacman warned about it
Diffstat (limited to 'home/xyz')
-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 716a696e..33d8cd11 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]\$ ' |