add lucem configuration and add nimble's binary path to $PATH
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
bd8cbd94ca
commit
45c76fdef2
3 changed files with 30 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -1,5 +1,8 @@
|
|||
# Set Nimble's installation directory so it can be used in $PATH
|
||||
export NIMBLE_DIR=$HOME/.nimble
|
||||
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$PATH
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$NIMBLE_DIR/bin:$PATH
|
||||
|
||||
# Path to your Oh My Zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
|
Reference in a new issue