diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-27 04:35:52 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-27 04:35:52 -0700 |
commit | 01dcdb4899f1a4688783515a2fac372cf509315c (patch) | |
tree | 9078d6d33ce03af94e187bdadb6ac341aa18d0f0 /.bashrc | |
parent | a1955da6d7bf41458a06398e52ddd491a8992d16 (diff) |
absolutely-proprietary alias always full
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ alias rm="rm -vI" alias sdcv="sdcv --color" alias grep="grep --color=auto" alias diff="diff --color=auto" +alias absolutely-proprietary="absolutely-proprietary -f" alias ll="ls -lAh --color=auto --group-directories-first" |