mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: install nish
This commit is contained in:
parent
a303542b89
commit
6db2c7a756
6 changed files with 32 additions and 6 deletions
|
|
@ -22,8 +22,6 @@ set -x DIRENV_LOG_FORMAT ""
|
|||
fish_add_path "$HOME/.docker/bin"
|
||||
# local bin
|
||||
fish_add_path "$HOME/.local/bin"
|
||||
# nish
|
||||
fish_add_path "$HOME/dev/nish/bin"
|
||||
|
||||
# fish
|
||||
set fish_greeting
|
||||
|
|
|
|||
|
|
@ -21,6 +21,3 @@ export PATH="$HOME/.docker/bin:$PATH"
|
|||
|
||||
# local bin
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# nish
|
||||
export PATH="$HOME/dev/nish/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue