test
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
(mkIf config.homeconfig.wal.enable (mkBefore ''
|
||||
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
||||
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
||||
|
||||
function _colorRefresh() {
|
||||
eval $(oh-my-posh init zsh --config ~/.cache/wal/ohmyposh.toml)
|
||||
zle accept-line
|
||||
}
|
||||
zle -N _colorRefresh
|
||||
bindkey '\r' _colorRefresh
|
||||
''))
|
||||
|
||||
(mkIf (!config.homeconfig.wal.enable) (mkBefore ''
|
||||
|
||||
Reference in New Issue
Block a user