diff options
Diffstat (limited to '.config/aliasrc')
-rw-r--r-- | .config/aliasrc | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/.config/aliasrc b/.config/aliasrc new file mode 100644 index 0000000..f56cd58 --- /dev/null +++ b/.config/aliasrc @@ -0,0 +1,56 @@ +# _ _ +# | (_) +# __ _| |_ __ _ ___ _ __ ___ +# / _` | | |/ _` / __| '__/ __| +# | (_| | | | (_| \__ \ | | (__ +# \__,_|_|_|\__,_|___/_| \___| +# +# + + + +# #---Universal Shell Alias Configuration File---# # +# First column contains the alias +# Second column contains the command to execute + +|---------+----------------------------------------------------------------------| +| :e | $EDITOR | +| :q | exit | +| adog | git log --all --decorate --oneline --graph | +| cdd | cd .. | +| cs | cowsay -f sodomized | +| df | yadm | +| dfa | yadm add | +| dfc | yadm commit | +| dfp | yadm pull | +| dfup | yadm commit -a && yadm push && dwmbar | +| e | $EDITOR | +| ew | nvim ./main.rnw | +| fetch | clear && printf '\n$(pfetch)\n$(bars)\n' | +| fp | fontpreview | +| fu | fuck | +| f | vicd | +| g | git | +| goobook | goobook -c $HOME/.config/goobook/config | +| gor | go run *.go | +| less | nvimpager | +| op | e main.rnw | +| R | R -q | +| td | todotxt-machine -c ~/.config/todotxt-machine/config | +| tm | tmux | +| tmcd | tmux attach-session -t | +| tmdd | tmux kill-session -t | +| tmls | tmux list-sessions | +| t | todo.sh -d $HOME/.config/todo/todo.cfg | +| ta | todo.sh -d $HOME/.config/todo/todo.cfg a | +| tl | todo.sh -d $HOME/.config/todo/todo.cfg ls | +| v | nvim | +| vc | expressvpn connect && dwmbar | +| vd | expressvpn disconnect && dwmbar | +| vm | expressvpn connect camo && dwmbar | +| vpn | expressvpn | +| vs | expressvpn connect smart && dwmbar | +| xx | chmod +x | +| yadog | yadm log --all --decorate --oneline --graph | +|---------+----------------------------------------------------------------------| + |