diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-19 21:12:43 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-19 21:12:43 +0200 |
| commit | 7a33857c89300344de98712deceb103d7287e4fd (patch) | |
| tree | 45c604de75bb25099de636257ca5eb8ec30a8569 /.config/fish/config.fish | |
| parent | 1c2c1413bbbbd6a8f7654a821e55958afcab8bf5 (diff) | |
fish: use ~/.local/bin instead of ~/bin
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 6410a6b..67a2fa5 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -32,4 +32,4 @@ end source ~/.config-priv/fish/config.fish -fish_add_path ~/bin +fish_add_path ~/.local/bin |
