diff options
-rw-r--r-- | home/.zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/.zshrc b/home/.zshrc index f962c41..c8435ba 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -110,8 +110,6 @@ alias vim='nvim' alias mpv='mpv --hwdec=auto' alias psall='ps aux' alias linkify='~/git/dotfiles/linkify' -alias mount-ntfs='sudo ntfs-3g /dev/sdc1 /usb' -alias mount-usb='sudo mount -o umask=0,uid=nobody,gid=nobody /dev/sdc1 /usb' alias fix-chmod='chmod -R ugo-x,u+rwX,go+rX,go-w' alias reboot-win='sudo efibootmgr -n $(efibootmgr | \grep -m1 -Po "(?<=^Boot)....(?=\* Windows Boot Manager)") && reboot' alias shu='echo -e ''TURN OFF THE \\e\[1\;31mSPEAKER\\e\[1\;0m NOW!!!''; sleep 3; shutdown now' |