Skip to content

Commit

Permalink
chore: add omakase-bluefin to $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Nov 22, 2024
1 parent c6c2bda commit 33f42e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configs/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ set -gx EDITOR hx
set -gx COLORTERM 24bit
set -gx GRAB_HOME ~/repos
set -gx CARGO_INSTALL_OPTS --locked
set -gx OMAKASEBLUEFIN_PATH "/home/$USER/.local/share/omakase-bluefin"

# Path updates
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.cargo/bin
fish_add_path $HOME/.poetry/bin
fish_add_path $HOME/.poetry/bin
fish_add_path $OMAKASEBLUEFIN_PATH

# Configurations
if status --is-interactive
Expand Down
2 changes: 1 addition & 1 deletion install/terminal/00-shell.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Load the PATH for use later in the installers
source ~/.local/share/omakase-bluefin/config/bash/shell
source ~/.local/share/omakase-bluefin/configs/bash/shell

0 comments on commit 33f42e2

Please sign in to comment.