1
0
Fork 0

small updates

This commit is contained in:
Luca Bilke 2023-06-13 23:33:15 +02:00
parent 5fa24c31dd
commit 3c3836d0c6
4 changed files with 9 additions and 5 deletions

View File

@ -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

3
.gitmodules vendored
View File

@ -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

1
.local/src/st Submodule

@ -0,0 +1 @@
Subproject commit 7c84da62e7f7729cf1e84694008137e8e7e3480c

View File

@ -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