summaryrefslogtreecommitdiffstats
path: root/fish/config.fish
blob: 1000fb6f45cc5ae9f02738f0b1d1366f2dd0356a (plain)
1
2
3
4
5
6
7
8
9
10
if status is-interactive
    # Commands to run in interactive sessions can go here
    set -g default_user christoph
    set -g fish_prompt_pwd_dir_length 0
    set -g theme_powerline_fonts no
    set -g theme_nerd_fonts yes
    set -g theme_newline_cursor yes
    set -g theme_date_timezone Europe/Berlin
    set -g theme_date_format "+%a %F %T"
end