diff --git a/.config/fish/functions/cl.fish b/.config/fish/functions/cl.fish deleted file mode 100644 index d214bdca..00000000 --- a/.config/fish/functions/cl.fish +++ /dev/null @@ -1,4 +0,0 @@ -function cl -cd $argv -ls -end diff --git a/.config/fish/functions/copy_file.fish b/.config/fish/functions/copy_file.fish deleted file mode 100644 index 123d585b..00000000 --- a/.config/fish/functions/copy_file.fish +++ /dev/null @@ -1,3 +0,0 @@ -function copy -xclip -sel clip < $argv -end diff --git a/.config/fish/functions/fix_display.fish b/.config/fish/functions/fix_display.fish deleted file mode 100644 index f40c9916..00000000 --- a/.config/fish/functions/fix_display.fish +++ /dev/null @@ -1,3 +0,0 @@ -function fix_display -xrandr --output DisplayPort-0 --mode 1920x1080 -r 143.98 -end diff --git a/.config/fish/functions/icat.fish b/.config/fish/functions/icat.fish deleted file mode 100644 index 3f309817..00000000 --- a/.config/fish/functions/icat.fish +++ /dev/null @@ -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 diff --git a/.config/fish/functions/r.fish b/.config/fish/functions/r.fish deleted file mode 100644 index 50a5b404..00000000 --- a/.config/fish/functions/r.fish +++ /dev/null @@ -1,4 +0,0 @@ -function r --wraps=ranger --description 'alias r=ranger' - ranger $argv - -end diff --git a/.config/fish/functions/vim.fish b/.config/fish/functions/vim.fish deleted file mode 100644 index af1b5818..00000000 --- a/.config/fish/functions/vim.fish +++ /dev/null @@ -1,4 +0,0 @@ -function vim --wraps=nvim --description 'alias vim=nvim' - nvim $argv - -end