From f2ad09e086c7bda7766d7ff2f177bf9a00616301 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:41:53 +0530 Subject: Update .bashrc --- .bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.bashrc b/.bashrc index 4e018e2..921e6eb 100644 --- a/.bashrc +++ b/.bashrc @@ -46,6 +46,11 @@ alias r="ranger" alias sr="sudo ranger" alias mkd="mkdir -v" alias rmd="rmdir -v" +#git +alias gc="git commit" +alias gd="git diff" +alias 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" +alias jds="export _JAVA_AWT_WM_NONREPARENTING=1" alias jd="jdownloader" alias scr="ffmpeg -f x11grab -i :0.0 out.mp4" alias ss="maim --select | tee ~/Pictures/Screenshots/pic-full-$(date '+%Y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png" @@ -56,6 +61,8 @@ alias sp="spotify" alias b="brave" alias bb="brave --incognito" alias bbb="brave --tor" +alias hab="brave habitica.com" +alias toggl="brave track.toggl.com/timer" alias br="brightnessctl set " alias rs="redshift -P -O" alias prime="prime-run " #hardware acceleration needed? command "$ prime [name of program]" @@ -65,3 +72,5 @@ alias yt="ytfzf -t" alias ytm="ytfzf -ml" alias ytq="ytfzf -faH" alias leaf="notepadqq" +alias setntp="timedatectl set-ntp true" +alias q="exit" -- cgit v1.2.3