Update arch-sway, tide, vesktop

This commit is contained in:
askiiart 2024-01-10 23:19:19 -06:00
parent 15176854c7
commit 4a9468824a
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
16 changed files with 96 additions and 184 deletions

View file

@ -1,7 +0,0 @@
function bangbang --on-event fish_preexec
set -l command $argv
set -l last_command (history --max 1)
set -l new_command (echo $command | sed -e "s/\!\!/$last_command/g")
# TODO: Figure out how to replace the current command and run that instead
echo "*** New command: $new_command ***"
end