Remove debug code, fix asdf references for fish

This commit is contained in:
Daniel Flanagan 2020-01-17 10:36:20 -06:00
parent d6ecaf88be
commit b73c4b26a4
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -1,5 +1,4 @@
#!/usr/bin/env sh
echo "paths"
export GOPATH="$HOME/.go"

View File

@ -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