Compare commits
No commits in common. "9ae99be50ec12f8782e4d705d4c3903aad282a60" and "d4053a83d35666ef1b024d31067606a7b628e752" have entirely different histories.
9ae99be50e
...
d4053a83d3
3 changed files with 1 additions and 6 deletions
|
@ -52,7 +52,7 @@ cob = checkout -b
|
||||||
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
|
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
|
||||||
undo = reset HEAD~1 --mixed
|
undo = reset HEAD~1 --mixed
|
||||||
wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
cmtnum = "!git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\""
|
cmt = !git commit -m \"$(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
save = !git add -A && git commit -m \"save: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
save = !git add -A && git commit -m \"save: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
aliases = "!git config -l | grep alias | cut -c 7-"
|
aliases = "!git config -l | grep alias | cut -c 7-"
|
||||||
gl = config --global -l
|
gl = config --global -l
|
||||||
|
|
|
@ -15,7 +15,3 @@ export MAGIC_ENTER_OTHER_COMMAND="ls -l ."
|
||||||
# make less display nerd-font code points
|
# make less display nerd-font code points
|
||||||
# export LESSUTFCHARDEF='E000-F8FF:p,F0000-FFFFD:p,100000-10FFFD:p'
|
# export LESSUTFCHARDEF='E000-F8FF:p,F0000-FFFFD:p,100000-10FFFD:p'
|
||||||
export LESSUTFCHARDEF='23fb-23fe:w,2665:w,2b58:w,e000-e00a:w,e0a0-e0a3:p,e0b0-e0bf:p,e0c0-e0c8:w,e0ca:w,e0cc-e0d7:w,e200-e2a9:w,e300-e3e3:w,e5fa-e6b5:w,e700-e7c5:w,ea60-ec1e:w,ed00-efce:w,f000-f2ff:w,f300-f375:w,f400-f533:w,f0001-f1af0:w'
|
export LESSUTFCHARDEF='23fb-23fe:w,2665:w,2b58:w,e000-e00a:w,e0a0-e0a3:p,e0b0-e0bf:p,e0c0-e0c8:w,e0ca:w,e0cc-e0d7:w,e200-e2a9:w,e300-e3e3:w,e5fa-e6b5:w,e700-e7c5:w,ea60-ec1e:w,ed00-efce:w,f000-f2ff:w,f300-f375:w,f400-f533:w,f0001-f1af0:w'
|
||||||
|
|
||||||
export FENFMT_PY_FORMATTER="ruff format"
|
|
||||||
export FENFMT_PYTHON_FORMATTER="ruff format"
|
|
||||||
|
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -1,5 +1,4 @@
|
||||||
# Dotfile Todo's
|
# Dotfile Todo's
|
||||||
|
|
||||||
- [ ] fix `ta` function so that no arguments prompts users if more than one session exists
|
- [ ] fix `ta` function so that no arguments prompts users if more than one session exists
|
||||||
- [ ] make powerlevel10k widget for right side todo's?
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue