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 | 2395f82ea732901d69699d30af657c87a4546ac5 (patch) | |
tree | 7e3abbf38f1f7747c5b53a4c67deb4b453d9b925 | |
parent | 628c0c5ddeeaba4964bd1690ee274ae354f51c27 (diff) |
add ju aliasib
-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 98accc32..ed532e37 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 |