Skip to content

Commit

Permalink
up: stop removing non-xdg files
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 18, 2024
1 parent 4176aa5 commit b7ba66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/functions/up.fish
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function __up_dotfiles --description "Update dotfiles"
cat $HOMEBREW_BUNDLE_FILE | string replace -r '("qlmarkdown"|"syntax-highlight")$' '$1, args: { no_quarantine: true }' | tee $HOMEBREW_BUNDLE_FILE >/dev/null

# Trash non-xdg cache
command rm -rf ~/.{android,bash_history,bundle,config/configstore,docker,k3d,k8slens,kube,node,npm,rustup,yarnrc}
# command rm -rf ~/.{node,npm,rustup,yarnrc}
end

function __up_fisher --description "Update fish packages"
Expand Down

0 comments on commit b7ba66d

Please sign in to comment.