enum

Fluxion::ShellKind

Inherits Enum < Comparable < Value < Object

Login shells Fluxion can re-enter to pick up startup-file changes made by an earlier step.

Constants

Zsh = 0
Bash = 1
Sh = 2

Class methods

from_config?(value : String | Nil) : self | Nil
Source

Instance methods

bash?

Returns true if this enum value equals Bash

Source
command
Source
config_name
Source
sh?

Returns true if this enum value equals Sh

Source
to_s(io : IO) : Nil

Appends a String representation of this enum member to the given io.

See also: to_s.

Source
zsh?

Returns true if this enum value equals Zsh

Source