* Added fish config
This commit is contained in:
parent
384b4e1ec1
commit
50b1cc1612
3 changed files with 20 additions and 0 deletions
5
fish/functions/runhoogle.fish
Normal file
5
fish/functions/runhoogle.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function runhoogle
|
||||
cd ~/.hoogle
|
||||
screen -dm hoogle server -p 4000
|
||||
cd -
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue