add basic first time installation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
try_source()
|
||||
{
|
||||
[[ -f $1 ]] && source $1
|
||||
}
|
||||
|
||||
try_source ~/.zsh/editor.sh
|
||||
try_source ~/.zsh/prompt.sh
|
||||
# try_source ~/.zsh/llvm.sh
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
Reference in New Issue
Block a user