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 zoxide init --cmd cd zsh
|
||||||
smartcache eval atuin init zsh
|
smartcache eval atuin init zsh
|
||||||
smartcache eval direnv hook zsh
|
smartcache eval direnv hook zsh
|
||||||
|
smartcache eval mise activate zsh
|
||||||
|
|
||||||
# source files
|
# source files
|
||||||
source "$ZDOTDIR"/files/aliases.zsh
|
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
|
if [ "${NO_SESSIONS}" -ge 2 ]; then
|
||||||
zellij attach \
|
zellij attach \
|
||||||
"$(echo "${ZJ_SESSIONS}" | fzf)"
|
"$(echo "${ZJ_SESSIONS}" | fzf | cut -d' ' -f1)"
|
||||||
else
|
else
|
||||||
zellij attach -c
|
zellij attach -c
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue