Compare commits
No commits in common. "ea45dfea50b8eac85da86acb570e536f86b39da3" and "2d2d177c5163d233157de9ab0069a5d5d7ac0f05" have entirely different histories.
ea45dfea50
...
2d2d177c51
2 changed files with 1 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
# [include]
|
# [include]
|
||||||
# path = $HOME/path/to/this/file
|
# path = $HOME/path/to/this/file
|
||||||
[core]
|
[core]
|
||||||
editor = nvim -f
|
editor = vim -f
|
||||||
excludesfile = .gitignore.local
|
excludesfile = .gitignore.local
|
||||||
[commit]
|
[commit]
|
||||||
# Sign commits by default
|
# Sign commits by default
|
||||||
|
|
|
@ -20,15 +20,6 @@ alias setclip='xclip -selection c'
|
||||||
alias tmux='tmux -2'
|
alias tmux='tmux -2'
|
||||||
alias w='watch -t -d -n 1'
|
alias w='watch -t -d -n 1'
|
||||||
alias wmu='wake-me-up'
|
alias wmu='wake-me-up'
|
||||||
if [ "$TERM_PROGRAM" = "WezTerm" ]
|
|
||||||
|
|
||||||
then wezvar() {
|
|
||||||
name="$1"; shift
|
|
||||||
value="$*"
|
|
||||||
printf "\033]1337;SetUserVar=%s=%s\007" "$name" $(echo -n "$value" | base64)
|
|
||||||
}
|
|
||||||
fi
|
|
||||||
|
|
||||||
pp() {
|
pp() {
|
||||||
cd $(find-git-project $HOME/workspace "$@")
|
cd $(find-git-project $HOME/workspace "$@")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue