idk anymore
This commit is contained in:
parent
eb1cf0474c
commit
1f264b5207
10 changed files with 49 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue