Skip to content

Commit

Permalink
Fix xdg path oops
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnels committed Feb 15, 2024
1 parent e4db25d commit 228add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ alias hx="helix"
alias ls="eza --icons"

set -gx EDITOR "helix"
set -gx XDG_CONFIG_HOME "$HOME/.cache-distrobox"
set -gx XDG_CACHE_HOME "$HOME/.cache-distrobox"
set -g fish_greeting

starship init fish | source

0 comments on commit 228add2

Please sign in to comment.