diff options
author | Botond Hende <nettingman@gmail.com> | 2024-06-22 19:18:13 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-06-22 19:18:13 +0200 |
commit | d1f5de1909ac032b374f159402d4a529ee459b26 (patch) | |
tree | a4159269f56f90a3f1ea24fc5ceddfeb6f8613c2 /home | |
parent | 2b7bd7d76ad0868e4ffee32df960a52917190373 (diff) |
changed linkify alias to point to git/dotfiles
Diffstat (limited to 'home')
-rw-r--r-- | home/.zshrc | 2 |
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' |