diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-09 18:46:11 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-09 18:46:11 -0700 |
commit | cf53e29faf94ef9887041818f7e944b6a859b718 (patch) | |
tree | 202dbfacebe0b61e5cb0babbaa64662664ebca78 | |
parent | ac8bb9a32fc1ff7b8717d9c33414bfde2eb5b0da (diff) |
add ju alias
-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 40695927..c811b853 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -81,6 +81,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 |