We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d390662 commit c1ffea8Copy full SHA for c1ffea8
1 file changed
.additional_bashrc.sh
@@ -1,6 +1,6 @@
1
export LS_COLORS="${LS_COLORS}di=1;34:"
2
alias ll='ls -alh'
3
-export PATH=$PATH:~/.config/composer/vendor/bin:./bin:./vendor/bin:./node_modules/.bin
+export PATH=$PATH:~/.config/composer/vendor/bin:~/.composer/vendor/bin:./bin:./vendor/bin:./node_modules/.bin
4
5
# only enable docker aliases if docker-socket is mounted
6
CONTAINER_ID=$(basename $(findmnt /etc/hosts -o SOURCE | grep -o 'containers\/.\+\/'))
0 commit comments