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:32 -0700 |
commit | 73ef0b797f9bf65aeab152a16c014931a1f74037 (patch) | |
tree | 0431f8b343fcc359bdb902f26a25fb893d973b2f /home | |
parent | 23875848ff61fcc98b80834813fd4a77dc4bb45e (diff) |
add ju aliasca
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 00660c0b..e371e758 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 |