mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-12 19:25:51 -06:00
feat(zsh): add Project Scripts to PATH
This commit is contained in:
@@ -11,7 +11,7 @@ fi
|
||||
#############################
|
||||
# Global Variables
|
||||
source "$HOME/.cargo/env"
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="$HOME/Projects/Scripts:$PATH:$HOME/.local/bin"
|
||||
export projects="/media/shared/Projects/"
|
||||
export LESS='-FRX'
|
||||
export classes=$(eza --absolute -1 $HOME/Documents/Classes 2>/dev/null | sort -t_ -k 1,1 -k 2,2r | tail -n 1)
|
||||
|
||||
Reference in New Issue
Block a user