mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
fish: deliver a fortune with the tree
This commit is contained in:
parent
351fac1c4d
commit
b3b67082ce
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
cbonsai # Happy little trees
|
cbonsai # Happy little trees
|
||||||
dig # DNS lookup
|
dig # DNS lookup
|
||||||
dos2unix # Convert DOS line endings to UNIX
|
dos2unix # Convert DOS line endings to UNIX
|
||||||
|
fortune # Fortune cookies
|
||||||
gh # Github CLI
|
gh # Github CLI
|
||||||
httpie # Better curl
|
httpie # Better curl
|
||||||
jq # JSON pretty printer and manipulator
|
jq # JSON pretty printer and manipulator
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
'' +
|
'' +
|
||||||
# print a happy tree
|
# print a happy tree
|
||||||
''
|
''
|
||||||
cbonsai -p
|
cbonsai -p -m "$(fortune)"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue