You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an rootless alternative to docker container tool. It has a bunch of
benefits. For more information see:
https://podman.io/
The main reason why to have this support is `toolbox` tool which is used as a
primary tool for development on immutable system (not-only) such as
Fedora SilverBlue. The immutability of the system is replaced by creating
containers for projects and work inside these containers. For more info see:
https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/
It's really nice to have this feature here because toolbox will use
configuration of the system in the container as it is in host so it's pretty
reasonable to use fish inside the container but know that I'm in the container
right now.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ set -g theme_git_worktree_support yes
80
80
set -g theme_use_abbreviated_branch_name yes
81
81
set -g theme_display_vagrant yes
82
82
set -g theme_display_docker_machine no
83
+
set -g theme_display_oci_container no
83
84
set -g theme_display_k8s_context yes
84
85
set -g theme_display_hg yes
85
86
set -g theme_display_virtualenv no
@@ -126,6 +127,7 @@ set -g theme_newline_prompt '$ '
126
127
-`theme_display_ruby`. Use `no` to completely hide all information about Ruby version. By default Ruby version displayed if there is the difference from default settings.
127
128
-`theme_display_nvm`. If set to `yes`, will display current NVM node version.
128
129
-`theme_display_vagrant`. This feature is disabled by default, use `yes` to display Vagrant status in your prompt. Please note that only the VirtualBox and VMWare providers are supported.
130
+
-`theme_display_oci_container`. This feature is disabled by default, use `yes` to display container management tool (`podman`) when you are in the oci supported container.
129
131
-`theme_display_vi`. By default the vi mode indicator will be shown if vi or hybrid key bindings are enabled. Use `no` to hide the indicator, or `yes` to show the indicator.
130
132
-`theme_display_k8s_context`. This feature is disabled by default. Use `yes` to show the current kubernetes context (`> kubectl config current-context`).
131
133
-`theme_display_k8s_namespace`. This feature is disabled by default. Use `yes` to show the current kubernetes namespace.
0 commit comments