diff options
| author | ache <ache@ache.one> | 2026-03-09 08:21:47 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-09 08:21:47 +0100 |
| commit | 1ad5ce833fb9415c9625cee3e6b6243b61b9c283 (patch) | |
| tree | a2d68482cf6d61a4652c486954953cedf411f8a5 /functions | |
| parent | fix: Bad redirection direction (diff) | |
feat: Add two commands for omg.lol
Diffstat (limited to 'functions')
| -rw-r--r-- | functions/lol.fish | 1 | ||||
| -rw-r--r-- | functions/omg.fish | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/functions/lol.fish b/functions/lol.fish new file mode 100644 index 0000000..5ec6e07 --- /dev/null +++ b/functions/lol.fish @@ -0,0 +1 @@ +alias lol=lolbin diff --git a/functions/omg.fish b/functions/omg.fish index 184c173..2fa1a38 100644 --- a/functions/omg.fish +++ b/functions/omg.fish @@ -1 +1 @@ -alias omg='omgstatus' +alias omg=omgstatus |