Compare commits

...

2 commits

2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ git:
colorArg: always colorArg: always
pager: delta --dark --paging=never pager: delta --dark --paging=never
customCommands:
- key: "W"
description: "wip in progess"
command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"'
context: "files"
files:
commitChangesWithoutHook: null # commit changes without pre-commit hook
# fall back theme in case terminal app not configured # fall back theme in case terminal app not configured
gui: gui:
showFileTree: true showFileTree: true

View file

@ -17,7 +17,7 @@ if ! tmux list-sessions | grep $SESSION; then
tmux new-session -d -s $SESSION -c "$HOME/labbook" tmux new-session -d -s $SESSION -c "$HOME/labbook"
# Name first Pane and start zsh # Name first Pane and start zsh
tmux rename-window -t $SESSION:0 'Main' tmux rename-window -t $SESSION:0 'shell'
tmux send-keys -t 'Main' tmux send-keys -t 'Main'
# Create and setup pane for sphinx # Create and setup pane for sphinx