mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 07:13:25 +00:00
Fish: Add mpvd(isown) function
This commit is contained in:
parent
dd783905ca
commit
60cb5f8283
|
@ -1,3 +1,4 @@
|
|||
function gpu
|
||||
# Defined in /home/glados/.config/fish/functions/gpu.fish @ line 1
|
||||
function gpu
|
||||
git push $argv
|
||||
end
|
||||
|
|
4
.config/fish/functions/mpvd.fish
Normal file
4
.config/fish/functions/mpvd.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.jwAYHg/mpvd.fish @ line 1
|
||||
function mpvd
|
||||
mpv $argv & disown;exit
|
||||
end
|
Loading…
Reference in a new issue