mirror of
https://codeberg.org/Norstorian/shellprefixes.git
synced 2026-06-05 16:23:52 +00:00
Bunch of horrid shell prefixes, smashed into one repo.
- Shell 41.8%
- Batchfile 30%
- PowerShell 28.2%
|
|
||
|---|---|---|
| agnoster | ||
| dpf | ||
| lsfw | ||
| obp | ||
| wlfl | ||
| CREATING.md | ||
| image-1.png | ||
| image-2.png | ||
| image-3.png | ||
| image.png | ||
| README.md | ||
| shpcon | ||
shellprefixes
Bunch of horrid shell prefixes, smashed into one repo.
All of these are originally written in bash (sometimes labed as dash, to show compat for it). If you're a Windows user, you're in luck, because every prefix here has a batch, and pwsh port.
These work by changing the PS1 var on Linux, the prompt var in batch, and the prompt function in pwsh.
All the Linux ones ONLY work in bash, not dash, sadly not zsh, just bash. Some of them do work in dash and zsh, but that's only if it actually says it does.
Every DOS prefix requires a few variables set on your computer for it to work. Those are usr and host
set usr=usernamehere
set host=hostnamehere
These can be anything that's supported by CP437.