From bc09ad710920ed1385790fbb0a31f81e8e1a6923 Mon Sep 17 00:00:00 2001 From: Baerspektivo Date: Wed, 9 Sep 2026 07:47:37 +0200 Subject: [PATCH] fix(config): remove dead symlinks and add scan_timeout to starship --- .config/fish/fish | 1 - .config/nvim/nvim | 1 - .config/starship.toml | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 .config/fish/fish delete mode 120000 .config/nvim/nvim diff --git a/.config/fish/fish b/.config/fish/fish deleted file mode 120000 index c2f8b3c..0000000 --- a/.config/fish/fish +++ /dev/null @@ -1 +0,0 @@ -/home/baerspektivo/gits/dotfiles/.config/fish \ No newline at end of file diff --git a/.config/nvim/nvim b/.config/nvim/nvim deleted file mode 120000 index da1435d..0000000 --- a/.config/nvim/nvim +++ /dev/null @@ -1 +0,0 @@ -/home/baerspektivo/gits/dotfiles/.config/nvim \ No newline at end of file diff --git a/.config/starship.toml b/.config/starship.toml index e9bd9dc..119c7ea 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -15,6 +15,7 @@ $character""" # Fast command execution command_timeout = 3000 +scan_timeout = 100 [time] disabled = false