diff --git a/.zshrc b/.zshrc index 5367ab8..6ebb976 100644 --- a/.zshrc +++ b/.zshrc @@ -27,7 +27,7 @@ zinit light zsh-users/zsh-completions alias config="git --git-dir=\$HOME/.dotfiles/ --work-tree=\$HOME" # Config Edit -alias ce="config ls-tree -r master --name-only | fzf --info=inline --prompt='Select a file: ' --preview='bat --paging=never --style=plain --color=always {}' | xargs -r $EDITOR" +alias ce="config ls-tree -r master --name-only \$HOME | fzf --info=inline --prompt='Select a file: ' --preview='bat --paging=never --style=plain --color=always {}' | xargs -r \$EDITOR" bindkey -s '^e' 'ce\n' # Alias for python3