From 7c8457f35ec428b55b16674832e79691b4e2d400 Mon Sep 17 00:00:00 2001 From: afonso Date: Sun, 17 Mar 2024 12:35:16 +0000 Subject: [PATCH] [zsh] changed config function to alias --- .config/zsh/dotfiles.zsh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/zsh/dotfiles.zsh b/.config/zsh/dotfiles.zsh index bc4188a..257fe78 100644 --- a/.config/zsh/dotfiles.zsh +++ b/.config/zsh/dotfiles.zsh @@ -1,7 +1,5 @@ # ~/.config/zsh/myfunctions/dotfiles.zsh -config() { - /usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv -} +alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" alias lc="lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/"