Skip to content

Commit

Permalink
Fix for #250
Browse files Browse the repository at this point in the history
Source _pure_uninstall.fish using relative paths in the pure project rather than assuming pure is in $__fish_config_dir
  • Loading branch information
mattmc3 authored and edouard-lopez committed Dec 21, 2020
1 parent 8da2748 commit 6eb5957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/_pure_init.fish
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set --global _pure_fresh_session true
# Register `_pure_prompt_new_line` as an event handler fot `fish_prompt`
functions --query _pure_prompt_new_line

source $__fish_config_dir/functions/_pure_uninstall.fish
source (realpath (status --current-filename)/../../functions/_pure_uninstall.fish)

0 comments on commit 6eb5957

Please sign in to comment.