Compare commits

..

No commits in common. "6d995de851c8766fc1863de08210a711b3b11f47" and "806b44c192481cf77b1a20bda37bd3390e5d225f" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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