mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-16 14:23: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&
|
||||
end
|
||||
|
||||
function rbgd
|
||||
rbg $argv
|
||||
disown
|
||||
end
|
||||
|
||||
function !!
|
||||
eval $history[1]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue