This commit is contained in:
Andrei Stoica 2025-03-27 09:10:04 -04:00
parent 30e7cf3d02
commit 42b683b62b
3 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@ function work() {
tmux new -A -s "$(basename -- $goto)" -c "$goto"
else
tmux new -d -s "$(basename -- $goto)" -c "$goto"
tmux switch-client -t "$(basename -- $goto)"
tmux switch-client -t "$(basename -- $goto | tr . _)"
fi
}
@ -51,3 +51,4 @@ alias dotvenv='source .venv/bin/activate'
alias todo='rusty-tasks'
alias ccat='bat'
alias we='watchexec'
alias netcheck='ping 8.8.8.8'

@ -1 +1 @@
Subproject commit 541c0749099a9f08f75ddfcb1b3a38e4c78a3dac
Subproject commit a54d69c808e7dbf1893da9da655751419e7a37a0

View File

@ -13,7 +13,7 @@
d = diff
dc = diff -cached
lol = log --decorate --pretty=oneline --abbrev-commit
lg = log --pretty=format:'%C(auto) %h,%C(green) \"%s\"%Creset, %aN,%C(blue) %cD'
lg = "log --pretty=format:'%C(auto) %h,%C(green) \"%s\"%Creset, %aN,%C(blue) %cD'"
[core]
editor = nvim