summaryrefslogtreecommitdiff
path: root/.config/aliasrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-20 14:12:01 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-20 14:12:01 -0500
commit61e7324e6692b155b6dd1d450ff431582c1fc57b (patch)
tree9074dd62a0470df97968bad984599bf5854e77c1 /.config/aliasrc
parent52d1cae0fb84a9a8d3f6f1c779570110c7251a6e (diff)
Aliasrc has similar format to shortcutrc
Diffstat (limited to '.config/aliasrc')
-rw-r--r--.config/aliasrc39
1 files changed, 16 insertions, 23 deletions
diff --git a/.config/aliasrc b/.config/aliasrc
index 2f68613..4462404 100644
--- a/.config/aliasrc
+++ b/.config/aliasrc
@@ -6,30 +6,23 @@
# \__,_|_|_|\__,_|___/_| \___|
#
#
-
-
-
# #---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 |
-| adog | git log --all --decorate --oneline --graph |
-| cdd | cd .. |
-| e | $EDITOR |
-| ew | nvim ./main.rnw |
-| g | git |
-| goobook | goobook -c $HOME/.config/goobook/config |
-| gor | go run *.go |
-| info | info --vi-keys |
-| 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 |
-| yadog | yadm log --all --decorate --oneline --graph |
-|---------+-----------------------------------------------------------------|
-
+: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