8 lines
188 B
Bash
8 lines
188 B
Bash
# ~/.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/"
|
|
|