diff --git a/misc/.config/zsh/.zshrc b/misc/.config/zsh/.zshrc index 3d1f71e..ffd5dea 100755 --- a/misc/.config/zsh/.zshrc +++ b/misc/.config/zsh/.zshrc @@ -49,9 +49,6 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. ## ALIASES ## -# The rice repo -alias config='git --git-dir $HOME/repos/dotfiles/ --work-tree=$HOME' - # WSL alias wclip='/mnt/c/Windows/System32/clip.exe' alias wclipget='/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -c Get-Clipboard'