AutoYADM commit: 2025-03-27 19:25:16

This commit is contained in:
Daniel Fichtinger 2025-03-27 19:25:16 -04:00
parent 87c24a3f4e
commit 2cbb7b9d17
6 changed files with 0 additions and 26 deletions

View file

@ -1,4 +0,0 @@
function cl
cd $argv
ls
end

View file

@ -1,3 +0,0 @@
function copy
xclip -sel clip < $argv
end

View file

@ -1,3 +0,0 @@
function fix_display
xrandr --output DisplayPort-0 --mode 1920x1080 -r 143.98
end

View file

@ -1,8 +0,0 @@
function icat
if test (count $argv) -eq 0
echo "Missing required argument"
return 1
end
set ipath $argv[1]
kitty +kitten icat --align=left $ipath
end

View file

@ -1,4 +0,0 @@
function r --wraps=ranger --description 'alias r=ranger'
ranger $argv
end

View file

@ -1,4 +0,0 @@
function vim --wraps=nvim --description 'alias vim=nvim'
nvim $argv
end