More Path Icons
This commit is contained in:
parent
a40ab52509
commit
c602206136
2 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,11 @@ style = 'agnoster_full'
|
|||
"~" = ""
|
||||
"~/Downloads" = ""
|
||||
"~/Workspace" = " "
|
||||
"~/Workspace/Learning" = " "
|
||||
"~/Workspace/School" = " "
|
||||
"~/Workspace/AdventOfCode" = " "
|
||||
"~/Workspace/Userscripts" = ""
|
||||
"~/Workspace/Forgejo" = ""
|
||||
|
||||
[[blocks.segments]]
|
||||
type = 'git'
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -112,6 +112,8 @@ ws() {
|
|||
["$HOME/Workspace/Learning"]='3, '
|
||||
["$HOME/Workspace/School"]='3, '
|
||||
["$HOME/Workspace/AdventOfCode"]='3, '
|
||||
["$HOME/Workspace/Userscripts"]='3,'
|
||||
["$HOME/Workspace/Forgejo"]='3,'
|
||||
["$HOME/Workspace"]='2, '
|
||||
["$HOME/Downloads"]='2,'
|
||||
["$HOME"]='1, '
|
||||
|
|
Loading…
Reference in a new issue