Deleted a bunch of stuff I didn't need from nvim config
This commit is contained in:
@@ -13,7 +13,7 @@ if [ "$dir" = "$HOME" ]; then
|
||||
tmux new-window -t $sess -n "grimoire" -c $HOME/personal/grimoire/
|
||||
tmux send-keys -t $sess:"grimoire".1 "vim" C-m
|
||||
tmux select-window -t $sess:main
|
||||
elif [[ "$sess" == "ratry" || "$sess" == "kiwen-prototype" || "$sess" == "hackathon" ]]; then
|
||||
elif [[ "$sess" == "ratry" || "$sess" == "kiwen-prototype" || "$sess" == "cpu-vs-ai" ]]; then
|
||||
tmux rename-window -t $sess:1 editor
|
||||
tmux send-keys -t $sess:editor.1 "nix develop" C-m
|
||||
tmux send-keys -t $sess:editor.1 "zsh && exit" C-m
|
||||
|
||||
Reference in New Issue
Block a user