diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-04-29 19:29:28 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-04-29 19:29:28 +0530 |
commit | a5575436eb7376e896803bd559074681c1df7192 (patch) | |
tree | 894564ed43897ce2a718955b64c666eefa5d0877 /.config/shell/aliasrc | |
parent | c369e4a068302e94146832912e6eb4fb716ab2ae (diff) |
sxiv key-handler invert color, myipc, replace folder name
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 50f0018..b12a8c6 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -29,7 +29,7 @@ alias \ g2="git commit -S -m" \ g3="git push origin HEAD --force" \ gs="git status" \ - gc="git diff --staged" \ + 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" #useful command line substitutions @@ -44,7 +44,9 @@ alias \ mkd="mkdir -pv" #make a parent and sub directory alias \ myip="curl ipinfo.io/ip && echo """ \ + myipc="curl -s ipinfo.io/ip | xargs -I {} geoiplookup {}"\ neofetch="neofetch --ascii .config/neofetch/arch-ascii.txt" \ + ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"'\ scr="ffmpeg -f x11grab -i :0.0 out.mp4" \ ss="maim -D -u --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png" \ pas="pulseaudio --start" \ |