Opengist Logo snippets

Explore

  • All gists
  • Topics
  • Users
bytes
Give feedback on the new UI Powered by Opengist ⋅ 12ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
s

sh

Recently created Least recently created Recently updated Least recently updated
kat

kat / .bashrc

Last active 2 months ago sh
0 0 1
1 # to get quick notifs
2 # after long commands
3 notif() {
4 notify-send "done!"
5 aplay -q /usr/share/sounds/sound-icons/start
6 spd-say -t female3 -r +25 "done!"
7 }