-
Updated
Oct 6, 2020 - PowerShell
agnoster
Here are 21 public repositories matching this topic...
-
Updated
May 3, 2020 - Lua
-
Updated
Jun 7, 2020 - Shell
Classic prompt
This theme must not impact the classic prompt.
Pseudocode:
if is default prompt then
override default colors
-
Updated
Feb 9, 2020 - Rust
-
Updated
Apr 5, 2017 - Shell
-
Updated
Nov 15, 2016 - Shell
-
Updated
Nov 18, 2017 - Shell
-
Updated
Dec 1, 2017 - Vim script
Improve this page
Add a description, image, and links to the agnoster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the agnoster topic, visit your repo's landing page and select "manage topics."
silver init
looks up the name of its parent process (or, in older versions, at the value of theSILVER_SHELL
environment variable, which you're expected to set to$0
, which comes to the same thing) and uses that to decide what type of shell is running.If the parent process is a login shell (e.g. invoked by
/usr/bin/login
when you log in on a text console, or bysshd
when you log in