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
|
||||
background: "#ffffff"
|
||||
foreground: "#000000"
|
||||
template: "{{ if .WSL }}WSL at {{ end }}{{.Icon}}"
|
||||
template: "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
|
||||
type: os
|
||||
- <<: *powerline
|
||||
type: root
|
||||
@ -63,8 +63,12 @@ blocks:
|
||||
style: diamond
|
||||
template: " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} <transparent></>"
|
||||
type: node
|
||||
- <<: *powerline
|
||||
type: kubectl
|
||||
- type: kubectl
|
||||
template: "{{ .Context }}{{ if .Namespace }}::{{ .Namespace }}{{ end }} <transparent></>"
|
||||
background: "#7FD5EA"
|
||||
foreground: "#000000"
|
||||
style: diamond
|
||||
leading_diamond: ""
|
||||
|
||||
# UTILITY
|
||||
- <<: *diamond
|
||||
@ -76,7 +80,7 @@ blocks:
|
||||
type: executiontime
|
||||
properties:
|
||||
style: round
|
||||
threshold: 1
|
||||
always_enabled: true
|
||||
background: "#82eeff"
|
||||
foreground: "#000000"
|
||||
- <<: *powerline
|
||||
|
Loading…
Reference in New Issue
Block a user