diff --git a/apps/shell/fish/config.fish b/apps/shell/fish/config.fish index fe6b391..67003a0 100755 --- a/apps/shell/fish/config.fish +++ b/apps/shell/fish/config.fish @@ -70,8 +70,8 @@ if test $PWD = $HOME; cd $NICE_HOME || cd; end test -f ~/.fzf/shell/key-bindings.fish && source ~/.fzf/shell/key-bindings.fish -if test -d $HOME/.asdf/; and test -f $HOME/.asdf/asdf.sh - source $HOME/.asdf/asdf.sh -else if test -d /opt/asdf-vm/; and test -f /opt/asdf-vm/asdf.sh - source $HOME/opt/asdf-vm/asdf.sh +if test -f $HOME/.asdf/asdf.fish + source $HOME/.asdf/asdf.fish +else if test -f /opt/asdf-vm/asdf.fish + source /opt/asdf-vm/asdf.fish end diff --git a/bin/paths b/bin/paths index e8c9fc1..37dbafe 100644 --- a/bin/paths +++ b/bin/paths @@ -1,5 +1,4 @@ #!/usr/bin/env sh -echo "paths" export GOPATH="$HOME/.go" diff --git a/bin/prelude b/bin/prelude index bc5d252..ed464c5 100755 --- a/bin/prelude +++ b/bin/prelude @@ -1,5 +1,4 @@ #!/usr/bin/env sh -echo "prelude" # these are all paths used across many of the dotfiles and should be assumed to # be loaded and properly set by every script - this means you are responsible