diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-23 20:06:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-23 20:06:28 -0700 |
commit | 541c20624c65464e2aeb1107ca6a7c64ad449c4e (patch) | |
tree | 8f6ae54552a945f93d038bc12340abad7281b27f /home/xyz | |
parent | f4b83df5b3474c64f62a7a9f612abc9967ce9935 (diff) |
refactor
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.bashrc | 1 | ||||
-rw-r--r-- | home/xyz/.profile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index d11a526f..e93a1294 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -35,6 +35,7 @@ alias ls='ls --color=auto' alias radeontop='radeontop -c' alias rm='rm -I' alias sdcv='sdcv --color' +alias tree='tree -a' # /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md alias ap='sudo ampy -p /dev/ttyACM0' 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" |