summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-06-22 19:18:13 +0200
committerBotond Hende <nettingman@gmail.com>2024-06-22 19:18:13 +0200
commitd1f5de1909ac032b374f159402d4a529ee459b26 (patch)
treea4159269f56f90a3f1ea24fc5ceddfeb6f8613c2 /home
parent2b7bd7d76ad0868e4ffee32df960a52917190373 (diff)
changed linkify alias to point to git/dotfiles
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc
index c93ddeb..5a0b807 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -108,7 +108,7 @@ alias tree='tree -C'
alias vim='nvim'
alias mpv='mpv --hwdec=auto'
alias psall='ps aux'
-alias linkify='~/.selfconfigs/dotfiles/linkify'
+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'