diff options
| -rwxr-xr-x | .local/bin/dotfiles | 2 | ||||
| -rw-r--r-- | .zshrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles new file mode 100755 index 0000000..193a019 --- /dev/null +++ b/.local/bin/dotfiles @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" $@ @@ -1,5 +1,4 @@ setopt completealiases -alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' ZSH_CUSTOM="$HOME/.config/zsh" # Disabled, tab completion garbles the output :'( |
