Skip to content

Commit

Permalink
add more alias example
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Apr 29, 2024
1 parent ce48770 commit b407a38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/bashrc.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ export MATLAB_HOME="/usr/local/MATLAB/R2016a"
export PATH="${MATLAB_HOME}/bin:${PATH}"

# Set alias
alias ls='ls --color=auto'
alias ls="ls --color=auto"
alias clear_ds="find . -name .DS_Store -exec rm -rf {} \;"
alias clear_copy="find . -name \"._*\" -exec rm -rf {} \;"

0 comments on commit b407a38

Please sign in to comment.