chore(zsh): changed config function to alias
This commit is contained in:
parent
2d814f79b2
commit
889ba3ee20
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
# ~/.config/zsh/myfunctions/dotfiles.zsh
|
# ~/.config/zsh/myfunctions/dotfiles.zsh
|
||||||
|
|
||||||
config() {
|
alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"
|
||||||
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
|
|
||||||
}
|
|
||||||
|
|
||||||
alias lc="lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/"
|
alias lc="lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue