small updates
This commit is contained in:
parent
5fa24c31dd
commit
3c3836d0c6
|
@ -173,11 +173,11 @@ cmd dupe %{{
|
|||
done
|
||||
}}
|
||||
|
||||
cmd edit !{{
|
||||
cmd edit ${{
|
||||
clear
|
||||
if [ -w $f ]; then
|
||||
if [ -f $f ] && [ -w $f ]; then
|
||||
$EDITOR $f
|
||||
else
|
||||
elif [ -f $f ]; then
|
||||
sudo -e $f
|
||||
fi
|
||||
clear
|
||||
|
|
|
@ -22,3 +22,6 @@
|
|||
[submodule ".local/src/pinentry-dmenu"]
|
||||
path = .local/src/pinentry-dmenu
|
||||
url = https://git.snaile.de/luca/pinentry-dmenu
|
||||
[submodule ".local/src/st"]
|
||||
path = .local/src/st
|
||||
url = https://git.snaile.de/luca/st
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7c84da62e7f7729cf1e84694008137e8e7e3480c
|
4
TODO.md
4
TODO.md
|
@ -2,8 +2,8 @@
|
|||
- [ ] Create a better bitwarden integration
|
||||
- [ ] Remove username from ssh completion
|
||||
- [ ] add a messaging function to dotsync to warn for breaking changes
|
||||
- [ ] check font names for void, adjust fontconfig
|
||||
- [ ] async ueberzugpp startup
|
||||
- [ ] create tmux config
|
||||
- [ ] autostart tmux for scrollback buffer in st
|
||||
|
||||
# FIX
|
||||
- [ ] sb-playerctl trailing dash when no artist
|
||||
|
|
Loading…
Reference in New Issue