From 03636314540f2b68047c12556fc773d67b644269 Mon Sep 17 00:00:00 2001 From: agryphus Date: Tue, 27 Feb 2024 15:56:57 -0500 Subject: [PATCH] Remove config bare repo alias --- misc/.config/zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) 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'