Skip to content

Commit

Permalink
Add ~/.ghcup/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hrs committed Oct 24, 2024
1 parent e92297e commit a08439a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions emacs/.config/emacs/configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Use =evil= with Org agendas.
"~/bin"
"~/.cargo/bin"
"~/.cabal/bin"
"~/.ghcup/bin"
"~/.opam/default/bin"
"~/.local/bin"))

Expand Down
3 changes: 2 additions & 1 deletion shell/.config/fish/conf.d/haskell.fish
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fish_add_path --append ~/.cabal/bin
fish_add_path ~/.cabal/bin
fish_add_path ~/.ghcup/bin
2 changes: 1 addition & 1 deletion shell/.config/fish/fish_variables
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:/home/hrs/\x2ecargo/bin\x1e/usr/local/bin\x1e/usr/local/sbin\x1e/sbin\x1e/home/hrs/bin\x1e/home/hrs/\x2ebin\x1e/home/hrs/\x2elocal/bin\x1e/home/hrs/code/go/bin
SETUVAR fish_user_paths:/home/hrs/\x2ecargo/bin\x1e/usr/local/bin\x1e/usr/local/sbin\x1e/sbin\x1e/home/hrs/bin\x1e/home/hrs/\x2ebin\x1e/home/hrs/\x2elocal/bin\x1e/home/hrs/code/go/bin\x1e/home/hrs/\x2eghcup/bin

0 comments on commit a08439a

Please sign in to comment.