diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-13 23:36:05 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-13 23:36:05 -0700 |
commit | cfde7ce3573eafe9efb4d6f1855fb368afaee299 (patch) | |
tree | e18a26441e47d7628b68b0f2a8e73e4e6bf64285 /home/xyz/.bashrc | |
parent | d03631af6f83aca39415c3970bae8fd78efeb737 (diff) |
tab show 4 spaces width
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 36138a1f..f860ff52 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -13,6 +13,8 @@ esac . /usr/share/fzf/key-bindings.bash . /usr/share/bash-complete-alias/complete_alias +tabs 4 + # default PS1 #PS1='[\u@\h \W]\$ ' |