summaryrefslogtreecommitdiff
path: root/.config/aliasrc
blob: 4462404aa9be0aa9133dff4dfec74e974ccbd130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#        _ _
#       | (_)
#   __ _| |_  __ _ ___ _ __ ___
#  / _` | | |/ _` / __| '__/ __|
# | (_| | | | (_| \__ \ | | (__
#  \__,_|_|_|\__,_|___/_|  \___|
#
#
# #---Universal Shell Alias Configuration File---# #
# First column contains the alias
# Second column contains the command to execute
# Aliases and/or commands cannot contain commas

:e,      $EDITOR
:q,      exit
cdd,     cd ..
e,       $EDITOR
w,       $BROWSER
g,       git
gor,     go run *.go
mmi,     make && sudo make install && [ -f config.def.h ] && rm config.h
R,       R -q
tmcd,    tmux attach-session -t
tmdd,    tmux  kill-session -t
tmls,    tmux list-sessions
xx,      chmod +x
adog,    git log --all --decorate --oneline --graph
yadog,   yadm log --all --decorate --oneline --graph