impl single-gpu-passthru
This commit is contained in:
parent
a8219d7148
commit
82c3c45428
8 changed files with 312 additions and 130 deletions
|
|
@ -58,6 +58,10 @@ in {
|
|||
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
|
||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||
tmux attach-session -t default || tmux new-session -s default
|
||||
fi
|
||||
'';
|
||||
|
||||
# oh my zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue