Remove debug code, fix asdf references for fish
This commit is contained in:
parent
d6ecaf88be
commit
b73c4b26a4
|
@ -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
|
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
|
if test -f $HOME/.asdf/asdf.fish
|
||||||
source $HOME/.asdf/asdf.sh
|
source $HOME/.asdf/asdf.fish
|
||||||
else if test -d /opt/asdf-vm/; and test -f /opt/asdf-vm/asdf.sh
|
else if test -f /opt/asdf-vm/asdf.fish
|
||||||
source $HOME/opt/asdf-vm/asdf.sh
|
source /opt/asdf-vm/asdf.fish
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
echo "paths"
|
|
||||||
|
|
||||||
export GOPATH="$HOME/.go"
|
export GOPATH="$HOME/.go"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
echo "prelude"
|
|
||||||
|
|
||||||
# these are all paths used across many of the dotfiles and should be assumed to
|
# 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
|
# be loaded and properly set by every script - this means you are responsible
|
||||||
|
|
Reference in a new issue