Compare commits
2 commits
511977af0a
...
408ac5e8d8
Author | SHA1 | Date | |
---|---|---|---|
408ac5e8d8 | |||
ebb49a2022 |
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue