dont display date in prompt

This commit is contained in:
notgne2 2021-10-06 11:29:37 -07:00
parent 6a0674347c
commit 74c8ed50dc
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -64,6 +64,7 @@ inputs:
set -U fish_key_bindings fish_default_key_bindings set -U fish_key_bindings fish_default_key_bindings
set -g theme_nerd_fonts yes set -g theme_nerd_fonts yes
set -g theme_display_date no
eval (${pkgs.direnv}/bin/direnv hook fish) eval (${pkgs.direnv}/bin/direnv hook fish)
''; '';