Add improvements to manage.sh and devenv related to deployment.

This commit is contained in:
Andrey Antukh 2020-12-02 16:44:21 +01:00
parent 590c57c18d
commit e165ca7c3b
4 changed files with 17 additions and 11 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
export PATH=$HOME/.local/bin:/usr/local/nodejs/bin:$PATH
alias l='ls --color -GFlh'