blob: 4c7902662659b1a5f6c7c5688c8e6bc4eb9cd6a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
fish_add_path -gP ~/.local/bin
end
|