updated zellij scripts
This commit is contained in:
parent
fd47b9e969
commit
41cec2dfa6
4 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ antidote load
|
|||
smartcache eval zoxide init --cmd cd zsh
|
||||
smartcache eval atuin init zsh
|
||||
smartcache eval direnv hook zsh
|
||||
smartcache eval mise activate zsh
|
||||
|
||||
# source files
|
||||
source "$ZDOTDIR"/files/aliases.zsh
|
||||
|
|
0
dot_local/bin/executable_installOhMyPosh
Executable file → Normal file
0
dot_local/bin/executable_installOhMyPosh
Executable file → Normal file
0
dot_local/bin/executable_updateOhMyPosh
Executable file → Normal file
0
dot_local/bin/executable_updateOhMyPosh
Executable file → Normal file
|
@ -4,7 +4,7 @@ NO_SESSIONS=$(echo "${ZJ_SESSIONS}" | wc -l)
|
|||
|
||||
if [ "${NO_SESSIONS}" -ge 2 ]; then
|
||||
zellij attach \
|
||||
"$(echo "${ZJ_SESSIONS}" | fzf)"
|
||||
"$(echo "${ZJ_SESSIONS}" | fzf | cut -d' ' -f1)"
|
||||
else
|
||||
zellij attach -c
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue