Add ohmyzsh custom paths config

This commit is contained in:
Evie Litherland-Smith 2023-01-27 07:00:17 +00:00
parent e875c0ac75
commit 4e248f48ed
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@ then
# aliases
create_symlink "$OHMYZSH_DIR" "./aliases.zsh"
create_symlink "$OHMYZSH_DIR" "./completions.zsh"
create_symlink "$OHMYZSH_DIR" "./paths.zsh"
fi
# Set up git editor if missing

1
paths.zsh Normal file
View file

@ -0,0 +1 @@
export PATH=$PATH:$HOME/.local/bin