dotfiles/fish/init.fish

10 lines
222 B
Fish
Raw Normal View History

2023-05-26 02:15:43 +00:00
## kawasaki theme settings
# use kawasaki env prompt
set -x VIRTUAL_ENV_DISABLE_PROMPT 1
# other
set -g theme_display_group no
set -g theme_display_virtualenv yes
set -g theme_display_time yes
## Perl
set -xg DBIC_TRACE 1