Compare commits
3 commits
d4053a83d3
...
9ae99be50e
Author | SHA1 | Date | |
---|---|---|---|
9ae99be50e | |||
066dfe68df | |||
f422790ad5 |
3 changed files with 6 additions and 1 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
|
||||
undo = reset HEAD~1 --mixed
|
||||
wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
cmt = !git commit -m \"$(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
cmtnum = "!git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\""
|
||||
save = !git add -A && git commit -m \"save: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
aliases = "!git config -l | grep alias | cut -c 7-"
|
||||
gl = config --global -l
|
||||
|
|
|
@ -15,3 +15,7 @@ export MAGIC_ENTER_OTHER_COMMAND="ls -l ."
|
|||
# make less display nerd-font code points
|
||||
# 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 FENFMT_PY_FORMATTER="ruff format"
|
||||
export FENFMT_PYTHON_FORMATTER="ruff format"
|
||||
|
||||
|
|
1
todo.md
1
todo.md
|
@ -1,4 +1,5 @@
|
|||
# Dotfile Todo's
|
||||
|
||||
- [ ] 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