summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-20 16:40:59 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-20 16:40:59 +0200
commitd3c2ee1dfcd7594860176cf69d65036aff509f3c (patch)
tree8db1b07c14b0b69bbe14ae41d379950effc13c8f
parentda16dc34b6953f911a2012d6d54eb9624b58996a (diff)
removed old usb aliases
-rw-r--r--home/.zshrc2
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'