fix starship conda, add tmux-sessionizer to tmux conf
This commit is contained in:
parent
59cf9bf63e
commit
44eaaa06ea
3 changed files with 4 additions and 2 deletions
|
@ -38,6 +38,7 @@ format = ' [$symbol($version(-$name) )]($style)'
|
||||||
|
|
||||||
[conda]
|
[conda]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
format = "[$symbol$environment]($style)"
|
||||||
|
|
||||||
[dart]
|
[dart]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
|
@ -23,3 +23,4 @@ bind -r j select-pane -D
|
||||||
bind -r h select-pane -L
|
bind -r h select-pane -L
|
||||||
bind -r l select-pane -R
|
bind -r l select-pane -R
|
||||||
|
|
||||||
|
bind-key -r f run-shell "tmux neww ~/.local/share/scripts/tmux-sessionizer.sh"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
if [[ $# -eq 1 ]]; then
|
if [[ $# -eq 1 ]]; then
|
||||||
selected=$1
|
selected=$1
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if [[ -z "$selected" ]]; then
|
if [[ -z "$selected" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue