Ancestors

Toot

Written by James against the machine on 2024-09-20 at 00:59

alias vi='nano’

[#]poweruser #linux #beastmode

=> More informations about this toot | More toots from j@j-w.au

Descendants

Written by Andrew Woods on 2024-09-20 at 02:48

@j

wanna prank someone? try this πŸ˜‚

function alias_vim {

now=$(date +"%s");

end=$((${#now} - 1))

start=$((${#now} - 1))

last_digit="${now:$start:$end}"

if [[ $last_digit -eq 1 || $last_digit -eq 2 || $last_digit -eq 3 ]]; then

    alias vim='nano'	

elif [[ $last_digit -eq 4 || $last_digit -eq 5 ]]; then

    alias vim='micro'	

elif [[ $last_digit -eq 6 || $last_digit -eq 7  ]]; then

    alias vim='mcedit'	

else

    alias vim='emacs'	

fi 

}

=> More informations about this toot | More toots from awoodsnet@phpc.social

Written by James against the machine on 2024-09-20 at 03:09

@awoodsnet alias vim='sudo rm -rf /' πŸ‘πŸ»

=> More informations about this toot | More toots from j@j-w.au

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113167170729317585
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
263.877525 milliseconds
Gemini-to-HTML Time
0.887154 milliseconds

This content has been proxied by September (3851b).