1
1
Fork 0

Add new local bins path

This commit is contained in:
Kenwood 2021-07-13 11:14:08 -04:00
parent 95f92513e7
commit 5cd3789f0b
1 changed files with 4 additions and 2 deletions

6
.zshrc
View File

@ -1,9 +1,11 @@
# Joe added this:
uwufetch
# Add my bins to path
path+=("$HOME/local/bin")
export PATH
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi