diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-18 11:26:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 11:26:34 +0530 |
commit | 17a0c238bf84c6ba2124aae1ff17bef0fbf7dc41 (patch) | |
tree | f37225cf4f82527436a690c3ce80679e00a69e69 | |
parent | ed16164bb8027cac90d1b4a8df114f7b84e7c907 (diff) |
Update .bashrc
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ alias glg="git log --graph --abbrev-commit --decorate --format=format:'%C(bold g alias jds="export _JAVA_AWT_WM_NONREPARENTING=1" alias jd="jdownloader" alias scr="ffmpeg -f x11grab -i :0.0 out.mp4" -alias ss="maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%Y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png" +alias ss="maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png" alias pas="pulseaudio --start" alias pak="pulseaudio --kill" alias pm="pulsemixer" |