diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-14 23:07:11 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-14 23:07:11 +0530 |
commit | 242200c295fdf6483d75a17ff7bf43491079d066 (patch) | |
tree | 52c2486beeba749109d3ca0e1ddf172a6ca34f54 /.bashrc | |
parent | 90f122048edf5247d88dd6caf3f33336d3eb1f2b (diff) |
alias quotation and xclip removal
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |