1
0
Fork 0
forked from ahurac/dotfiles

Merge branch 'master' into reecriture/ssh-fwd

This commit is contained in:
Hippolyte Chauvin 2023-11-11 16:37:43 +01:00
commit fcdfc805a2
2 changed files with 7 additions and 2 deletions

View file

@ -42,7 +42,7 @@ create() {
vscreen_name \ vscreen_name \
resolution=1920x1080 \ resolution=1920x1080 \
position=0x0 \ position=0x0 \
listen_address=0.0.0.0 listen_address=127.0.0.1
set -e set -e
@ -124,4 +124,3 @@ case "$verb" in
exit 3 exit 3
;; ;;
esac esac

View file

@ -23,5 +23,11 @@ alias ip="ip --color=auto"
alias cal="cal -m" alias cal="cal -m"
# screen # screen
alias screen=screen\
alias s=screen alias s=screen
# sudo
alias sudo=sudo\
# man-db
alias man=man\