diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-09 18:46:11 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-06-02 00:36:33 -0700 |
commit | 5569c80c3f88698a57c36196c62aefbc81b6c388 (patch) | |
tree | 10534941fbff808a684eb0cac962f8ae98053fb8 /home | |
parent | dd4408f943f9d7265610a31e97d66e02c74c0ba8 (diff) |
add ju aliaspp
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 86080ad2..f14678f8 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -63,6 +63,7 @@ alias grr='grep --color=auto -iIR' alias h=htop alias i=nsxiv alias j=journalctl +alias ju='journalctl --user' alias l='ls --color=auto -A --group-directories-first' alias ll='ls --color=auto -lAh --group-directories-first' #alias lo=loop |