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 # Add rustup and the standard rust tooling to the path
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
# set path so it includes fly bin if it exists
if [ -d "$HOME/.fly" ] ; then if [ -d "$HOME/.fly" ] ; then
export FLYCTL_INSTALL="$HOME/.fly" FLYCTL_INSTALL="$HOME/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH" PATH="$FLYCTL_INSTALL/bin:$PATH"
fi fi

View file

@ -31,3 +31,9 @@ fi
if [ -d "$HOME/.cabal/bin" ]; then if [ -d "$HOME/.cabal/bin" ]; then
PATH="$HOME/.cabal/bin:$PATH" PATH="$HOME/.cabal/bin:$PATH"
fi 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.