AutoYADM commit: 2025-03-27 19:25:16
This commit is contained in:
parent
87c24a3f4e
commit
2cbb7b9d17
6 changed files with 0 additions and 26 deletions
|
@ -1,4 +0,0 @@
|
||||||
function cl
|
|
||||||
cd $argv
|
|
||||||
ls
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function copy
|
|
||||||
xclip -sel clip < $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function fix_display
|
|
||||||
xrandr --output DisplayPort-0 --mode 1920x1080 -r 143.98
|
|
||||||
end
|
|
|
@ -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
|
|
|
@ -1,4 +0,0 @@
|
||||||
function r --wraps=ranger --description 'alias r=ranger'
|
|
||||||
ranger $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -1,4 +0,0 @@
|
||||||
function vim --wraps=nvim --description 'alias vim=nvim'
|
|
||||||
nvim $argv
|
|
||||||
|
|
||||||
end
|
|
Loading…
Add table
Add a link
Reference in a new issue