Skip to content

Commit

Permalink
chore: update fish
Browse files Browse the repository at this point in the history
  • Loading branch information
shmileee committed Aug 3, 2023
1 parent 20798d6 commit 48e2468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ end
# toggle between audio devices
alias s 'command switch-audio'

alias assume 'source /usr/local/bin/assume.fish'
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fish_add_path $HOME/.local/bin
fish_add_path $HOME/bin
fish_add_path $HOME/.cargo/bin
fish_add_path /opt/homebrew/bin
fish_add_path /opt/homebrew/opt/libpq/bin

set -x GODEBUG asyncpreemptoff=1

Expand All @@ -29,3 +30,5 @@ set -gx FZF_DEFAULT_OPTS "--color=dark"
# fish bobthefish-theme config
set -g theme_date_format "+20%y/%m/%d %H:%M"
set -g theme_display_ruby no

source (which env_parallel.fish)

0 comments on commit 48e2468

Please sign in to comment.