diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-25 00:20:00 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-25 00:20:00 -0700 |
commit | ae65e87c4b4118a44a22a4b639df5ced0bef9dc3 (patch) | |
tree | 7865c915e3fc882a9906231b3f307c4bcbe61dab /.bash_profile | |
parent | 320f877c1b3dd875dac0ae086dcc0ccce88fe307 (diff) |
refactor
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 6cd46928..e974e97b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -36,6 +36,7 @@ export QT_STYLE_OVERRIDE=kvantum export SDCV_PAGER="less --quit-if-one-screen -RX" export SXHKD_SHELL=sh +# 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" #export FZF_CTRL_T_COMMAND="fd --absolute-path --no-ignore --hidden --exclude .git" #export FZF_ALT_C_COMMAND="fd --no-ignore --hidden --type d --exclude .git" |