diff --git a/.zshrc b/.zshrc index a8e040c..f3b9d6f 100644 --- a/.zshrc +++ b/.zshrc @@ -107,11 +107,12 @@ source $ZSH/oh-my-zsh.sh # - $ZSH_CUSTOM/macos.zsh # For a full list of active aliases, run `alias`. # + # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" alias mountcloud='umount /home/raghnarok/work/ragcloud1/; sshfs debian@trolliet.info:/home/debian/ work/ragcloud1/' -alias myconfigfiles='git --git-dir=$HOME/.myconfigfiles.git --work-tree=$HOME' +alias myconfigfiles='git --git-dir=/home/raghnarok/.myconfigfiles.git --work-tree ~' alias mpvlow='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480' alias mpvhigh='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080'