summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-05-05 09:46:49 +0200
committerBotond Hende <nettingman@gmail.com>2024-05-05 09:46:49 +0200
commitc6c0eb1a42724b68344ab7064a5b689cdd8bf27e (patch)
treecea3f2ef7f3f37675ea2c2d966e0d03c61ca6a08 /home
parent5941d758b63ba847e2e5fbdbc270750ca91ae597 (diff)
removed set-lg3d alias
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc
index b800e66..c93ddeb 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -109,7 +109,6 @@ alias vim='nvim'
alias mpv='mpv --hwdec=auto'
alias psall='ps aux'
alias linkify='~/.selfconfigs/dotfiles/linkify'
-alias set-lg3d='wmname LG3D'
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'