This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
oh-my-fish
Watch
2
Star
0
Fork
0
You've already forked oh-my-fish
mirror of
https://github.com/oh-my-fish/oh-my-fish
synced
2024-11-15 12:12:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
70a32d5a59
oh-my-fish
/
pkg
/
omf
/
templates
/
themes
/
fish_right_prompt.fish
4 lines
62 B
Fish
Raw
Normal View
History
Unescape
Escape
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 15:20:13 +00:00
function
fish_right_prompt
init: rewrite init process (#260) * init: rewrite init process Now use pure globbing to generate 100% valid function and completion paths, effectively splitting the init process in two steps, one which paths are added, and other when initialization is done (sourcing init). This initialization code introduces a new interface for `init.fish` hook, which deprecates the previously used event model. The new interface injects three variables into `init.fish`: path, package and bundle. This variables can be used by the package to autoload paths, use bundled files, etc. Also supports key bindings by sourcing $OMF_CONFIG/key_bindings.fish and also key_bindings.fish in packages (plugins and themes) root directories. This is done when fish_user_key_bindings is called. * omf: migrate to new init hook * omf/templates: migrate to new init and uninstall hooks * docs: document new init and uninstall hooks interface * README: update new hook interface spec
2016-06-01 04:09:38 +00:00
# Customize the right prompt
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 15:20:13 +00:00
end
Reference in New Issue
Copy Permalink