1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Added confd alias

This commit is contained in:
h45h74x
2020-05-06 22:25:41 +02:00
parent 494f9f5776
commit f1b3826374
6 changed files with 45 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ alias x=exit
alias fhistory="history | grep"
# yadm
alias confd="yadm pull; sleep 1; yadm submodule update --recursive"
alias confu="yadm commit -am"
alias confup="yadm push"