diff options
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index ee5e34aa..4cdc8790 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -74,6 +74,10 @@ alias se='sudo -E ' alias zq='zoxide query' alias zqi='zoxide query -i' +# depreciated +# all green color, no auto turn off color when pipe to nvim +#alias pactree='pactree -c' + eval "$(zoxide init posix --hook prompt --no-aliases)" z () { |