diff --git a/zsh/.zshrc b/zsh/.zshrc index 5905353..a490ba0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -90,7 +90,7 @@ function zvm_after_init() { # Use FZY instead of FZF for ctrl-t function find_files() { zle -I - PATHS="/home/server/.dotfiles/" + PATHS="$HOME/.dotfiles/" if [ -d ~/Workspace ]; then PATHS="$PATHS\n$(fd -H . ~/Workspace -t d -d 5)" fi