Compare commits
No commits in common. "916ce1b0bae38038c6be33e4404f67b19b84abe4" and "35db6363236fe9353b274ba79281cb1d75bc25f3" have entirely different histories.
916ce1b0ba
...
35db636323
2 changed files with 1 additions and 14 deletions
|
@ -59,6 +59,7 @@ icons:
|
||||||
# A list of globs to ignore when listing.
|
# A list of globs to ignore when listing.
|
||||||
ignore-globs:
|
ignore-globs:
|
||||||
- .git
|
- .git
|
||||||
|
- node_modules
|
||||||
|
|
||||||
# == Indicators ==
|
# == Indicators ==
|
||||||
# Whether to add indicator characters to certain listed files.
|
# Whether to add indicator characters to certain listed files.
|
||||||
|
|
14
lib/env.zsh
14
lib/env.zsh
|
@ -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/completion.zsh.inc
|
||||||
source /home/daylin/.pkgs/google-cloud-sdk/path.zsh.inc
|
source /home/daylin/.pkgs/google-cloud-sdk/path.zsh.inc
|
||||||
fi
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue