diff --git a/.config/starship.toml b/.config/starship.toml index b5650bf..fc7063f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -38,6 +38,7 @@ format = ' [$symbol($version(-$name) )]($style)' [conda] symbol = " " +format = "[$symbol$environment]($style)" [dart] symbol = " " @@ -115,7 +116,7 @@ format = ' [$symbol($version(-$name) )]($style)' [ocaml] symbol = "🐫 " -format = '[$symbol($version )(\($switch_indicator$switch_name\) )]($style)' +format = ' [$symbol($version )(\($switch_indicator$switch_name\) )]($style)' [package] symbol = "󰏗 " diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index df3692e..c95540c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -23,3 +23,4 @@ bind -r j select-pane -D bind -r h select-pane -L bind -r l select-pane -R +bind-key -r f run-shell "tmux neww ~/.local/share/scripts/tmux-sessionizer.sh" diff --git a/.local/share/scripts/tmux-sessionizer.sh b/.local/share/scripts/tmux-sessionizer.sh index 20f838b..9990338 100755 --- a/.local/share/scripts/tmux-sessionizer.sh +++ b/.local/share/scripts/tmux-sessionizer.sh @@ -4,7 +4,7 @@ if [[ $# -eq 1 ]]; then selected=$1 else - selected=$(find ~/Nextcloud ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf) + selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf) fi if [[ -z "$selected" ]]; then