Skip to content

Commit

Permalink
Update .myrc
Browse files Browse the repository at this point in the history
  • Loading branch information
2act authored Sep 16, 2022
1 parent b7f7dcb commit 1073cee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .myrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ alias ap="apachectl"
alias aps="apachectl stop"

# 常用编程别名及编译处理
mkdir -p ~/code
for i in "" 1 2 3 4 5; do
mkdir -p ~/code
# c语言
alias c$i="vi ~/code/c$i.c"
alias g$i="gcc ~/code/c$i.c -o ~/code/c$i"
Expand Down Expand Up @@ -174,3 +174,4 @@ function getvim() {
make && make install && echo ok
}


0 comments on commit 1073cee

Please sign in to comment.