summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-15 21:32:40 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-15 21:32:40 -0400
commit66f1e378a54dd3d166f6e810dd8ae9c7f0027207 (patch)
tree18f21e8add968a73ac6e16d5e39d009faf0fb5e1
parent25899a34fafe6d7ee0935bcf6d34d9cb173ac761 (diff)
Hoping a script will fix dwmblocks yadm alias
-rw-r--r--.config/aliasrc68
1 files changed, 28 insertions, 40 deletions
diff --git a/.config/aliasrc b/.config/aliasrc
index 63eecd8..769ad30 100644
--- a/.config/aliasrc
+++ b/.config/aliasrc
@@ -13,44 +13,32 @@
# 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 && kill -41 $(pidof dwmblocks) |
-| 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 |
-| mmi | make && sudo make install |
-| 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 |
-|---------+-----------------------------------------------------------|
+|---------+----------------------------------------------------------|
+| :e | $EDITOR |
+| :q | exit |
+| adog | git log --all --decorate --oneline --graph |
+| cdd | cd .. |
+| e | $EDITOR |
+| ew | nvim ./main.rnw |
+| fp | fontpreview |
+| fu | fuck |
+| f | vicd |
+| g | git |
+| goobook | goobook -c $HOME/.config/goobook/config |
+| gor | go run *.go |
+| mmi | make && sudo make install |
+| op | e main.rnw |
+| R | R -q |
+| td | todotxt-machine -c ~/.config/todotxt-machine/config |
+| tmcd | tmux attach-session -t |
+| tmdd | tmux kill-session -t |
+| tmls | tmux list-sessions |
+| 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 |
+|---------+----------------------------------------------------------|