From ef9e297ee7cec55b3d2ee2eeae63f466206e1a24 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 13 Jun 2025 15:59:03 +0200 Subject: Add first dump of fish config files --- fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fish/config.fish') 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 -- cgit v1.2.3