Skip to content

Fork of the original theme by [netologist/theme-lambda](https://github.com/netologist/theme-lambda). Customized with additional features and enhancements for own use.

License

Notifications You must be signed in to change notification settings

nomad4tech/theme-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda

MIT License Fish Shell Version


Screenshot

Added VirtualEnv Support

preview

Added Mode Indicator Support

Install

fisher i lambda
omf install lambda
plugins = [
  {
    name = "theme-lambda";
    src = pkgs.fetchFromGitHub {
      owner = "hasanozgan";
      repo = "theme-lambda";
      rev = "1d599f05dc560d7c9fa0660fa72e2d32251f6f65";
      sha256 = "1s0pyc7nlxlynszlskmzrg57rq2nszbkzjq714hl15g1 gxp95k";
    };
  }
];
Fish Mode Indicator Installation Note

Disable default Fish mode indicator via

function fish_mode_prompt; end
funcsave fish_mode_prompt

Details in https://fishshell.com/docs/current/cmds/fish_mode_prompt.html

About

Fork of the original theme by [netologist/theme-lambda](https://github.com/netologist/theme-lambda). Customized with additional features and enhancements for own use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%