minor config updates for fly and spelling
This commit is contained in:
parent
d154f26870
commit
bbb5df7ab2
4 changed files with 11 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
nvim/.config/nvim/spell/en.utf-8.add
Normal file
2
nvim/.config/nvim/spell/en.utf-8.add
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
draft
|
||||||
|
lapdesk
|
BIN
nvim/.config/nvim/spell/en.utf-8.add.spl
Normal file
BIN
nvim/.config/nvim/spell/en.utf-8.add.spl
Normal file
Binary file not shown.
Loading…
Reference in a new issue