mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add acid file, new dircolors, new zshrc
This commit is contained in:
parent
8db7f85fc1
commit
95e97d18c1
3 changed files with 43 additions and 75 deletions
8
lib/powerline/acid
Normal file
8
lib/powerline/acid
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
colours=(250 241 152 32)
|
||||
|
||||
prompt_context_user_fg="${colours[1]}"
|
||||
prompt_context_user_bg="${colours[2]}"
|
||||
|
||||
prompt_context_root_fg="${colours[3]}"
|
||||
prompt_context_root_bg="${colours[4]}"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue