Skip to content

Commit

Permalink
Merge pull request #2 from vv3d0x/fix-double-slash
Browse files Browse the repository at this point in the history
🐛 Prevent double slash in paths
  • Loading branch information
ptavares authored Apr 6, 2022
2 parents 300dd8b + 8c97924 commit 73bd75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-exa.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NONE="NONE"
# PLUGIN MAIN
#########################

[[ -z "$EXA_HOME" ]] && export EXA_HOME="$HOME/.exa/"
[[ -z "$EXA_HOME" ]] && export EXA_HOME="$HOME/.exa"

ZSH_EXA_VERSION_FILE=${EXA_HOME}/version.txt

Expand Down

0 comments on commit 73bd75c

Please sign in to comment.