summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-08-10 21:28:59 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-08-10 21:28:59 +0530
commitde968fe27675c87473b81d717eb8440ea59a36e4 (patch)
tree7b0984573ea42007d580b527f79e3f1fa94cfaa7
parentcf0dba4f990759eff1bffa7b93498045f214f643 (diff)
journalctl alias
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index ea87a63..bd123b8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -49,7 +49,8 @@ alias \
ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"'\
sr="sudo ranger" \
space="ncdu" \
- h="cat $HISTFILE|fzf|xclip -sel c" \
+ j="journalctl -xe"
+ h="cat $HISTFILE|fzf" \
sha="shasum -a 256" \
untar="tar -zxvf" \
untar2="tar -xvf" \