Skip to content

Commit

Permalink
Remove duplicate fish init
Browse files Browse the repository at this point in the history
  • Loading branch information
shusann01116 committed Apr 6, 2024
1 parent cb75499 commit 7188a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if status is-interactive
fish_add_path -m $HOME/.cargo/bin
fish_add_path -m $HOME/.dotnet/tools

# Setup fish
set BROWSER /usr/bin/wslview
starship init fish | source

Expand Down Expand Up @@ -46,7 +47,6 @@ if status is-interactive
end

export GPG_TTY=$(tty)
pyenv init - | source

# pnpm
set -gx PNPM_HOME "/Users/shusann/Library/pnpm"
Expand Down
4 changes: 2 additions & 2 deletions package/fish/fish_variables
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR --export PYENV_ROOT:/home/chan/\x2epyenv
SETUVAR --export PYENV_ROOT:/Users/shusann/\x2epyenv
SETUVAR __fish_initialized:3400
SETUVAR fish_color_autosuggestion:707A8C
SETUVAR fish_color_cancel:\x2d\x2dreverse
Expand Down Expand Up @@ -41,4 +41,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dFFCC66
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/chan/\x2edotnet/tools\x1e/home/chan/go/bin\x1e/home/chan/\x2epulumi/bin\x1e/home/chan/\x2elocal/bin\x1e/home/chan/\x2epyenv/bin\x1e/usr/local/bin\x1e/sbin
SETUVAR fish_user_paths:/Users/shusann/\x2edotnet/tools\x1e/Users/shusann/\x2ecargo/bin\x1e/Users/shusann/go/bin\x1e/Users/shusann/\x2elocal/bin\x1e/home/chan/\x2edotnet/tools\x1e/home/chan/go/bin\x1e/home/chan/\x2epulumi/bin\x1e/home/chan/\x2elocal/bin\x1e/home/chan/\x2epyenv/bin\x1e/usr/local/bin\x1e/sbin

0 comments on commit 7188a7e

Please sign in to comment.