Commit 6c7f196e authored by daidekun's avatar daidekun

添加alias

parent f01853d8
...@@ -30,4 +30,5 @@ RUN npm run build ...@@ -30,4 +30,5 @@ RUN npm run build
# 字符集 # 字符集
RUN export LANG="en_US.UTF-8" RUN export LANG="en_US.UTF-8"
RUN alias "la=ls -al" # alias
\ No newline at end of file RUN alias "la=ls -al";alias rm='rm -i';alias mv='mv -i';alias grep='grep --color';alias vi='vim';alias cat='ccat';alias pg='ps -ef | grep -i'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment