Commit 136b5875 authored by daidekun's avatar daidekun

alias

parent bf3279c1
...@@ -31,4 +31,4 @@ RUN npm run build ...@@ -31,4 +31,4 @@ RUN npm run build
RUN export LANG="en_US.UTF-8" RUN export LANG="en_US.UTF-8"
# alias # alias
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' RUN echo "export LANG='en_US.UTF-8';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'" >> ~/.bashrc
\ No newline at end of file \ 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