diff options
author | Guangxiong Lin <[email protected]> | 2023-11-15 20:16:31 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-11-15 20:16:31 +0800 |
commit | 6ff0ddbfe3245043fb888c64d3425d7168c1695b (patch) | |
tree | cfd705ed75aa6e11d0e513d4e68ef905020043e4 /.config/fish/fish_variables | |
parent | 134d43fcab5fab0ee642ef9aef9988dc1cc151ff (diff) | |
download | dotfiles-6ff0ddbfe3245043fb888c64d3425d7168c1695b.tar.gz dotfiles-6ff0ddbfe3245043fb888c64d3425d7168c1695b.tar.bz2 dotfiles-6ff0ddbfe3245043fb888c64d3425d7168c1695b.zip |
Add rvm into fisher
Diffstat (limited to '.config/fish/fish_variables')
-rw-r--r-- | .config/fish/fish_variables | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 2e064e3..def1a29 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -3,7 +3,8 @@ SETUVAR __fish_initialized:3400 SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish SETUVAR _fisher_jorgebucaran_2F_nvm_2E_fish_files:\x7e/\x2econfig/fish/functions/_nvm_index_update\x2efish\x1e\x7e/\x2econfig/fish/functions/_nvm_list\x2efish\x1e\x7e/\x2econfig/fish/functions/_nvm_version_activate\x2efish\x1e\x7e/\x2econfig/fish/functions/_nvm_version_deactivate\x2efish\x1e\x7e/\x2econfig/fish/functions/nvm\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/nvm\x2efish\x1e\x7e/\x2econfig/fish/completions/nvm\x2efish -SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ejorgebucaran/nvm\x2efish +SETUVAR _fisher_oh_2D_my_2D_fish_2F_plugin_2D_rvm_files:\x7e/\x2econfig/fish/functions/rvm\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/rvm\x2efish +SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ejorgebucaran/nvm\x2efish\x1eoh\x2dmy\x2dfish/plugin\x2drvm SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr |