summaryrefslogtreecommitdiffstats
path: root/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/config.fish')
-rw-r--r--fish/config.fish6
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish
index d714361..c940fe2 100644
--- a/fish/config.fish
+++ b/fish/config.fish
@@ -1,3 +1,9 @@
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
end