minor config updates for fly and spelling

This commit is contained in:
Nicole Tietz-Sokolskaya 2024-01-03 08:54:42 -05:00
parent d154f26870
commit bbb5df7ab2
4 changed files with 11 additions and 2 deletions

View File

@ -87,7 +87,8 @@ fi
# Add rustup and the standard rust tooling to the path
. "$HOME/.cargo/env"
# set path so it includes fly bin if it exists
if [ -d "$HOME/.fly" ] ; then
export FLYCTL_INSTALL="$HOME/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
FLYCTL_INSTALL="$HOME/.fly"
PATH="$FLYCTL_INSTALL/bin:$PATH"
fi

View File

@ -31,3 +31,9 @@ fi
if [ -d "$HOME/.cabal/bin" ]; then
PATH="$HOME/.cabal/bin:$PATH"
fi
# set path so it includes fly bin if it exists
if [ -d "$HOME/.fly/bin" ]; then
export FLYCTL_INSTALL="/home/nicole/.fly"
PATH="$FLYCTL_INSTALL/bin:$PATH"
fi

View File

@ -0,0 +1,2 @@
draft
lapdesk

Binary file not shown.