summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-08-14 23:07:11 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-08-14 23:07:11 +0530
commit242200c295fdf6483d75a17ff7bf43491079d066 (patch)
tree52c2486beeba749109d3ca0e1ddf172a6ca34f54
parent90f122048edf5247d88dd6caf3f33336d3eb1f2b (diff)
alias quotation and xclip removal
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index dc4695c..cc22dba 100644
--- a/.bashrc
+++ b/.bashrc
@@ -50,6 +50,7 @@ alias \
sr='sudo ranger' \
space='ncdu' \
c='clear' \
+ h='cat $HISTFILE|fzf' \
j='journalctl -xe' \
ls='ls --color=auto' \
grep='grep --color=auto' \
@@ -74,4 +75,4 @@ alias \
g3='git push origin HEAD --force' \
gs='git status' \
gd='git diff --staged' \
- glg='git log --graph --abbrev-commit --decorate --format=format:'%C(bold green)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)(%ar)%C(reset)%C(auto)%d%C(reset)%n''%C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all'
+ glg="git log --graph --abbrev-commit --decorate --format=format:'%C(bold green)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)(%ar)%C(reset)%C(auto)%d%C(reset)%n''%C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"