Compare commits

..

No commits in common. "916ce1b0bae38038c6be33e4404f67b19b84abe4" and "35db6363236fe9353b274ba79281cb1d75bc25f3" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View file

@ -59,6 +59,7 @@ icons:
# A list of globs to ignore when listing.
ignore-globs:
- .git
- node_modules
# == Indicators ==
# Whether to add indicator characters to certain listed files.

View file

@ -109,17 +109,3 @@ if [ -d "$HOME/.pkgs/google-cloud-sdk" ]; then
source /home/daylin/.pkgs/google-cloud-sdk/completion.zsh.inc
source /home/daylin/.pkgs/google-cloud-sdk/path.zsh.inc
fi
if [ -d "$HOME/.deno" ]; then
export DENO_INSTALL="/home/daylin/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
fi
if [ -d "$HOME/.bun" ]; then
# bun completions
[ -s "/home/daylin/.bun/_bun" ] && source "/home/daylin/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
fi