cleanup
This commit is contained in:
parent
30e7cf3d02
commit
42b683b62b
3
.aliases
3
.aliases
|
|
@ -21,7 +21,7 @@ function work() {
|
||||||
tmux new -A -s "$(basename -- $goto)" -c "$goto"
|
tmux new -A -s "$(basename -- $goto)" -c "$goto"
|
||||||
else
|
else
|
||||||
tmux new -d -s "$(basename -- $goto)" -c "$goto"
|
tmux new -d -s "$(basename -- $goto)" -c "$goto"
|
||||||
tmux switch-client -t "$(basename -- $goto)"
|
tmux switch-client -t "$(basename -- $goto | tr . _)"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -51,3 +51,4 @@ alias dotvenv='source .venv/bin/activate'
|
||||||
alias todo='rusty-tasks'
|
alias todo='rusty-tasks'
|
||||||
alias ccat='bat'
|
alias ccat='bat'
|
||||||
alias we='watchexec'
|
alias we='watchexec'
|
||||||
|
alias netcheck='ping 8.8.8.8'
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 541c0749099a9f08f75ddfcb1b3a38e4c78a3dac
|
Subproject commit a54d69c808e7dbf1893da9da655751419e7a37a0
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
d = diff
|
d = diff
|
||||||
dc = diff -cached
|
dc = diff -cached
|
||||||
lol = log --decorate --pretty=oneline --abbrev-commit
|
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]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue