Compare commits
No commits in common. "408ac5e8d81406b0e0d0486294102ba497349b0a" and "511977af0a13a9597db05598c9c7b8be1abe9c71" have entirely different histories.
408ac5e8d8
...
511977af0a
2 changed files with 1 additions and 10 deletions
|
@ -5,15 +5,6 @@ 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
|
||||||
|
|
|
@ -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 'shell'
|
tmux rename-window -t $SESSION:0 'Main'
|
||||||
tmux send-keys -t 'Main'
|
tmux send-keys -t 'Main'
|
||||||
|
|
||||||
# Create and setup pane for sphinx
|
# Create and setup pane for sphinx
|
||||||
|
|
Loading…
Reference in a new issue