diff options
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index fc2f2066..9327dcbb 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -36,6 +36,8 @@ export QT_QPA_PLATFORMTHEME=gtk2 export SDCV_PAGER='less --quit-if-one-screen -RX' export SXHKD_SHELL=sh export _ZO_ECHO=1 +# enable color for `tree` command, not forced +export CLICOLOR=1 # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" |