.zshrc: add personal scripts dir to path
This commit is contained in:
parent
e744566ca1
commit
9f51bad8b6
7
.zshrc
7
.zshrc
|
|
@ -2,7 +2,7 @@
|
|||
###########################################################################
|
||||
|
||||
export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd
|
||||
export EDITOR="emacs-nw" # add to /usr/local/bin from git.manseau.dev/ryan/scripts
|
||||
export EDITOR="emacs-nw" # from personal scripts
|
||||
|
||||
alias ls='ls -GFh'
|
||||
alias grep='grep --color=auto'
|
||||
|
|
@ -12,9 +12,12 @@ alias d='emacs -nw'
|
|||
alias cdc='cd ~/cut'
|
||||
alias tb="nc termbin.com 9999"
|
||||
|
||||
# setup scripts
|
||||
# setup env
|
||||
###########################################################################
|
||||
|
||||
# personal scripts
|
||||
PATH=~/home/dev/scripts:$PATH
|
||||
|
||||
# homebrew
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user