summaryrefslogtreecommitdiffstats
path: root/fish/config.fish
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-06-13 15:59:03 +0200
committerChristoph Schlosser <christoph@linux.com>2025-06-13 15:59:03 +0200
commitef9e297ee7cec55b3d2ee2eeae63f466206e1a24 (patch)
tree1fe10b5484982ae855f70a767961bfc025b8ab67 /fish/config.fish
parent502a762ab860f6befa40e8503dd69ea712a86a94 (diff)
downloaddots-ef9e297ee7cec55b3d2ee2eeae63f466206e1a24.tar.gz
Add first dump of fish config files
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