Added ~/bin to $PATH
This commit is contained in:
parent
249a205909
commit
686a737ff9
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -10,6 +10,9 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme
|
|||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# Path
|
||||
export PATH=~/bin:$PATH
|
||||
|
||||
# Aliases:
|
||||
alias ll='ls -lhF --color=auto'
|
||||
alias la='ls -lahF --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue