chore: ZSH MacOS
This commit is contained in:
8
.config/zsh/dotfiles.zsh
Normal file
8
.config/zsh/dotfiles.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
# ~/.config/zsh/myfunctions/dotfiles.zsh
|
||||
|
||||
config() {
|
||||
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
|
||||
}
|
||||
|
||||
alias lc="lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/"
|
||||
|
||||
Reference in New Issue
Block a user