mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:18:24 +02:00
📎 Add missing emsd loading to devenv bashrc
This commit is contained in:
parent
b2bc481672
commit
74430aad21
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
EMSDK_QUIET=1 . /usr/local/emsdk/emsdk_env.sh;
|
||||
|
||||
alias l='ls --color -GFlh'
|
||||
alias rm='rm -r'
|
||||
alias ls='ls --color -F'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue