[zsh] changed config function to alias
This commit is contained in:
parent
f9315199a7
commit
7c8457f35e
1 changed files with 1 additions and 3 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue