Compare commits
2 Commits
71567a9d51
...
dbbd394bbb
Author | SHA1 | Date | |
---|---|---|---|
dbbd394bbb | |||
1db67939b4 |
BIN
.bashrc.swp
Normal file
BIN
.bashrc.swp
Normal file
Binary file not shown.
9
prompt_zsh
Normal file
9
prompt_zsh
Normal 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} "
|
||||
|
||||
#✓
|
||||
#✗
|
Loading…
Reference in New Issue
Block a user