idk anymore

This commit is contained in:
Never Gude 2026-01-30 15:27:34 +01:00
parent eb1cf0474c
commit 1f264b5207
10 changed files with 49 additions and 27 deletions

View file

@ -6,6 +6,7 @@ abbr --add ll ll -a
abbr --add adl album-dl.fish
abbr --add vv nvim
abbr --add tr gio trash
abbr --add --set-cursor tldr curl cheat.sh/%
function alacritty
command alacritty msg create-window $argv
@ -15,18 +16,6 @@ function mvi --description 'Launches mpv with mvi configuration'
mpv --config-dir=$HOME/.config/mvi/ $argv
end
function open --description 'Opens a file in its default application'
argparse h/help -- $argv
or return
if set -ql _flag_help
echo "open [-h|--help] [STRING]"
return 0
end
niri msg action spawn -- xdg-open $argv
end
# BEGIN opam configuration
# This is useful if you're using opam as it adds:
# - the correct directories to the PATH