cswimr/home
Archived
Template
1
0
Fork 0

add lucem configuration and add nimble's binary path to $PATH

Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
cswimr 2024-10-07 13:17:06 -04:00
parent bd8cbd94ca
commit 45c76fdef2
Signed by: cswimr
GPG key ID: A9C162E867C851FA
3 changed files with 30 additions and 1 deletions

5
.zshrc
View file

@ -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"