dotfiles/fish/init.fish

10 lines
222 B
Fish

## 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