Add more haikus
This commit is contained in:
parent
cf2ba6f100
commit
fada1d59c7
3 changed files with 4 additions and 5 deletions
3
fish/functions/4
Normal file
3
fish/functions/4
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
distant city lights
|
||||||
|
sea and sky merge in blackness—
|
||||||
|
an infinite void
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
set num $(random 1 3)
|
set num $(random 1 4)
|
||||||
echo -ne '\x1b[38;5;16m' # Set colour to primary
|
echo -ne '\x1b[38;5;16m' # Set colour to primary
|
||||||
echo '▄▖ ▄▖ ▄▖▜ ▜ '
|
echo '▄▖ ▄▖ ▄▖▜ ▜ '
|
||||||
echo '▌ █▌▛▘█▌▛▘▄▖▚ █▌█▌▛▘▄▖▌▌▐ ▐ '
|
echo '▌ █▌▛▘█▌▛▘▄▖▚ █▌█▌▛▘▄▖▌▌▐ ▐ '
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
function update --wraps='sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild' --description 'alias update=sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild'
|
|
||||||
sudo emerge --sync && sudo emerge -avuDN @world && sudo smart-live-rebuild $argv
|
|
||||||
|
|
||||||
end
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue