diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-06-13 15:59:03 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-06-13 15:59:03 +0200 |
| commit | ef9e297ee7cec55b3d2ee2eeae63f466206e1a24 (patch) | |
| tree | 1fe10b5484982ae855f70a767961bfc025b8ab67 /fish/config.fish | |
| parent | 502a762ab860f6befa40e8503dd69ea712a86a94 (diff) | |
| download | dots-ef9e297ee7cec55b3d2ee2eeae63f466206e1a24.tar.gz | |
Add first dump of fish config files
Diffstat (limited to 'fish/config.fish')
| -rw-r--r-- | fish/config.fish | 6 |
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 |