Skip to content

Commit

Permalink
fix: update test files
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Dukhin <[email protected]>
  • Loading branch information
primeare committed Dec 6, 2024
1 parent 2b235a3 commit 63cc507
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ function fail --argument-names message;
end

set INSTALLED_FILES_PATHS \
"$HOME/.gitconfig" \
"$HOME/.config/git/config" \
"$HOME/.gitmessage" \
"$HOME/.npmrc" \
"$HOME/.config/fish/config.fish" \
"$HOME/.config/starship.toml" \
"$HOME/Library/Application Support/Code/User/settings.json"
"$HOME/Library/Application Support/Code/User/settings.json" \
"$HOME/Library/Application Support/Code/User/snippets/global.code-snippets"

set INSTALLED_DIRECTORIES_PATHS \
"$HOME/.config/fish/functions"
"$HOME/.config/fish/functions" \
"$HOME/.config/fish/completions"

whereis fish
fish --version
Expand Down

0 comments on commit 63cc507

Please sign in to comment.