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 | bf930dc1bd4e11942698c0af2b8254751e4b51c1 (patch) | |
tree | 25793fd474c7168ba14df67b9fdc63f55340de0a /home/xyz | |
parent | 427ffee382938adf89647ae85b5d0bc891f99c48 (diff) |
add ju aliasstudio
Diffstat (limited to 'home/xyz')
-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 36bbacc3..5173e521 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 |