diff options
-rw-r--r-- | bashrc | 1 | ||||
-rw-r--r-- | fish2024/config.fish | 1 | ||||
-rw-r--r-- | fish2024/fish_variables | 3 |
3 files changed, 4 insertions, 1 deletions
@@ -398,3 +398,4 @@ PERL5LIB="/home/lemon/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB PERL_LOCAL_LIB_ROOT="/home/lemon/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; PERL_MB_OPT="--install_base \"/home/lemon/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/home/lemon/perl5"; export PERL_MM_OPT; +. "$HOME/.cargo/env" diff --git a/fish2024/config.fish b/fish2024/config.fish index 75d787f..ff75b8a 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,5 +1,6 @@ if status is-interactive # Commands to run in interactive sessions can go here set -gx EDITOR vim + set -U fish_greeting set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end diff --git a/fish2024/fish_variables b/fish2024/fish_variables index d78358b..6e5faa8 100644 --- a/fish2024/fish_variables +++ b/fish2024/fish_variables @@ -26,6 +26,7 @@ SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrbl SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR fish_greeting:\x1d SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_completion:normal @@ -40,4 +41,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/home/lemon/\x2elocal/bin +SETUVAR fish_user_paths:/home/lemon/\x2ecargo/bin\x1e/home/lemon/\x2elocal/bin |