Compare commits

...

2 Commits

3 changed files with 9 additions and 0 deletions

BIN
.bashrc.swp Normal file

Binary file not shown.

9
prompt_zsh Normal file
View File

@ -0,0 +1,9 @@
username="%F{40}%n%f"
host="%F{40}%m%f"
directory="%F{39}%~%f"
error_marker="%0(?.%F{46}✓%f.%F{124}✗%f)"
export PROMPT="${username}@${host}:${directory} ${error_marker} "
#✓
#✗