mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-16 16:53:44 +01:00
add fish rgbd function
This commit is contained in:
parent
d12c43c057
commit
4c3946ae93
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ function rbg
|
||||||
$argv &>/dev/null&
|
$argv &>/dev/null&
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function rbgd
|
||||||
|
rbg $argv
|
||||||
|
disown
|
||||||
|
end
|
||||||
|
|
||||||
function !!
|
function !!
|
||||||
eval $history[1]
|
eval $history[1]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue