mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
mkdir and omp theme
This commit is contained in:
parent
2d5d7cc29c
commit
8fc5062d40
4
files/fish/functions/mkdir.fish
Normal file
4
files/fish/functions/mkdir.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function mkdir --description 'alias mkdir mkdir -p'
|
||||||
|
command mkdir -p $argv
|
||||||
|
|
||||||
|
end
|
@ -17,7 +17,7 @@ blocks:
|
|||||||
- <<: *diamond
|
- <<: *diamond
|
||||||
background: "#ffffff"
|
background: "#ffffff"
|
||||||
foreground: "#000000"
|
foreground: "#000000"
|
||||||
template: "{{ if .WSL }}WSL at {{ end }}{{.Icon}}"
|
template: "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
|
||||||
type: os
|
type: os
|
||||||
- <<: *powerline
|
- <<: *powerline
|
||||||
type: root
|
type: root
|
||||||
@ -63,8 +63,12 @@ blocks:
|
|||||||
style: diamond
|
style: diamond
|
||||||
template: " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} <transparent></>"
|
template: " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} <transparent></>"
|
||||||
type: node
|
type: node
|
||||||
- <<: *powerline
|
- type: kubectl
|
||||||
type: kubectl
|
template: "{{ .Context }}{{ if .Namespace }}::{{ .Namespace }}{{ end }} <transparent></>"
|
||||||
|
background: "#7FD5EA"
|
||||||
|
foreground: "#000000"
|
||||||
|
style: diamond
|
||||||
|
leading_diamond: ""
|
||||||
|
|
||||||
# UTILITY
|
# UTILITY
|
||||||
- <<: *diamond
|
- <<: *diamond
|
||||||
@ -76,7 +80,7 @@ blocks:
|
|||||||
type: executiontime
|
type: executiontime
|
||||||
properties:
|
properties:
|
||||||
style: round
|
style: round
|
||||||
threshold: 1
|
always_enabled: true
|
||||||
background: "#82eeff"
|
background: "#82eeff"
|
||||||
foreground: "#000000"
|
foreground: "#000000"
|
||||||
- <<: *powerline
|
- <<: *powerline
|
||||||
|
Loading…
Reference in New Issue
Block a user