fixed bash alias file after merging stashed changes

This commit is contained in:
Mike G 2024-04-28 14:41:44 +02:00
parent 45878a6e7e
commit 3474d5490d

View file

@ -4,8 +4,5 @@ alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/man
alias sshcloud="ssh -p 1919 emge@95.217.8.112"
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
alias syncheavy="rsync -azP --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.8.112:/var/www/heavy.rocks/"
<<<<<<< Updated upstream
alias s!="sudo systemctl"
=======
alias portcheck="sudo lsof -i -P -n | grep LISTEN"
>>>>>>> Stashed changes