Add alias for whoami

This commit is contained in:
Dustin Brett
2025-02-27 20:36:45 -08:00
parent f4acc4691b
commit 75c7b8f0c7

View File

@@ -98,6 +98,7 @@ export const aliases: Record<string, string[]> = {
ver: ["version"],
wapm: ["wasmer", "wax"],
weather: ["wttr"],
whoami: ["logname"],
wsl: ["linux"],
};