Compare commits

..

2 Commits

Author SHA1 Message Date
Sage Vaillancourt 6d995de851 j -> journalctl -xefu 2023-12-29 14:33:28 -05:00
Sage Vaillancourt a0f65b023b Add d->docker alias 2023-12-28 15:32:34 -05:00
1 changed files with 2 additions and 0 deletions

View File

@ -30,7 +30,9 @@ function hearch {
history 0 | sed 's/[0-9 ]*//' | grep "$@"
}
alias j='journalctl -xefu'
alias hsearch='hearch'
alias d='docker'
alias tmux="tmux attach || tmux"