Compare commits
No commits in common. "1af1031fdff7a803e06cb90716e508bee0e7891a" and "b340d133ab44775ca18a9ae73c58ca83a53a476e" have entirely different histories.
1af1031fdf
...
b340d133ab
@ -1,27 +0,0 @@
|
||||
if initialize_session "default"; then
|
||||
|
||||
# open dotfiles
|
||||
new_window "dotfiles"
|
||||
run_cmd "cd ~/.dotfiles"
|
||||
run_cmd "nvim"
|
||||
|
||||
# open siempie
|
||||
new_window "siempie"
|
||||
run_cmd "cd ~/Documents/git/siempie"
|
||||
run_cmd "nvim"
|
||||
|
||||
# open itcreation
|
||||
new_window "itcreation"
|
||||
run_cmd "cd ~/Documents/git/itcreation"
|
||||
run_cmd "nvim"
|
||||
|
||||
# open empty shell
|
||||
new_window "simon"
|
||||
|
||||
# go by default to the open shell
|
||||
select_window 4
|
||||
|
||||
fi
|
||||
|
||||
# finalize session creation and switch/attach to it.
|
||||
finalize_and_go_to_session
|
Reference in New Issue
Block a user