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

added screen ssh 'sshs' alias

This commit is contained in:
Simon
2020-06-04 22:13:30 +02:00
parent adc6d4d03f
commit 0b079f043d
+3
View File
@@ -70,6 +70,9 @@ alias x=exit
# use like "fhistory 'cd ..' "
alias fhistory="history | grep"
# ssh
alias sssh="screen ssh"
# yadm
alias confd="yadm pull; sleep 1; yadm submodule update --recursive"
alias confu="yadm commit -am"