Add misc bin for stuff that needs to be installed but not saved
This commit is contained in:
parent
ad301d475d
commit
a68c911184
2 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
bin/composer
|
bin/misc
|
||||||
fish/fish_history
|
fish/fish_history
|
||||||
fish/fish_read_history
|
fish/fish_read_history
|
||||||
fish/fishd*
|
fish/fishd*
|
||||||
|
|
|
@ -16,9 +16,6 @@ PATH="/usr/bin:$PATH"
|
||||||
PATH="/usr/local/sbin:$PATH"
|
PATH="/usr/local/sbin:$PATH"
|
||||||
PATH="/usr/local/bin:$PATH"
|
PATH="/usr/local/bin:$PATH"
|
||||||
|
|
||||||
# Local path
|
|
||||||
PATH="$HOME/dotfiles/bin:$PATH"
|
|
||||||
|
|
||||||
# Composer (PHP)
|
# Composer (PHP)
|
||||||
PATH="$HOME/.composer/vendor/bin:$PATH"
|
PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
export COMPOSER_HOME="$HOME/.composer"
|
export COMPOSER_HOME="$HOME/.composer"
|
||||||
|
@ -40,6 +37,11 @@ PATH="$GOBIN:$PATH"
|
||||||
# Yarn ffs
|
# Yarn ffs
|
||||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
|
|
||||||
|
# Local path
|
||||||
|
PATH="$HOME/dotfiles/bin/misc:$PATH"
|
||||||
|
PATH="$HOME/dotfiles/bin:$PATH"
|
||||||
|
PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
## Completion
|
## Completion
|
||||||
|
|
||||||
# Load up the extra Z Shell completions
|
# Load up the extra Z Shell completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue