add bash_aliases

This commit is contained in:
Mike G 2023-05-06 15:36:29 -04:00
commit e182dac2d0

5
.bash_aliases Normal file
View file

@ -0,0 +1,5 @@
alias sshmd="ssh mg@manjarodesktop.beef.pad -p 7645"
alias mountwww="sudo mount -t nfs manjarodesktop.beef.pad:/home/mg/www /mnt/www"
alias mountns="sudo mount -t nfs manjarodesktop.beef.pad:/mnt/TerraBeef/NetShare /mnt/manjaroshare"
alias sshcloud="ssh -p 1919 emge@95.217.8.112"
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"