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_read_history
|
||||
fish/fishd*
|
||||
|
|
|
@ -16,9 +16,6 @@ PATH="/usr/bin:$PATH"
|
|||
PATH="/usr/local/sbin:$PATH"
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
|
||||
# Local path
|
||||
PATH="$HOME/dotfiles/bin:$PATH"
|
||||
|
||||
# Composer (PHP)
|
||||
PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||
export COMPOSER_HOME="$HOME/.composer"
|
||||
|
@ -40,6 +37,11 @@ PATH="$GOBIN:$PATH"
|
|||
# Yarn ffs
|
||||
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
|
||||
|
||||
# Load up the extra Z Shell completions
|
||||
|
|
Loading…
Add table
Reference in a new issue