add .zsh
This commit is contained in:
10
.zshrc
Normal file
10
.zshrc
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
autoload -Uz compinit promptinit
|
||||||
|
compinit
|
||||||
|
promptinit
|
||||||
|
|
||||||
|
autoload -U colors && colors
|
||||||
|
PS1="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m:%{$fg[yellow]%}%~%{$reset_color%}$ "
|
||||||
|
|
||||||
|
# load functions
|
||||||
|
[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions"
|
||||||
|
[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"
|
||||||
Reference in New Issue
Block a user