This commit is contained in:
陆柯 2019-09-24 20:35:43 +08:00
parent 3d5c09c5cf
commit c47fefffe5
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ export CVS_RSH=ssh
# Define aliases:
# Always list long directory and time.
alias ll='ls -al' # --time-style=long-iso --color=auto'
alias ll='ls -al --color=auto' # --time-style=long-iso --color=auto'
# Think twice before deletion. Though troublesome but strongly recommended!
alias rm='rm -i'
# Request X tunneling for SSH:

View File

@ -4,7 +4,7 @@ echo "Usage: setup.sh"
echo "Example: setup.sh"
echo "######## 安装 ##################"
ln -s ~/home.config/.emacs ~/
ln -s ~/home.config/.emacs.lisp ~/
ln -s ~/home.config/.bashrc ~/
ln -s ~/home.config/.bash_profile ~/
ln -s ~/linux.config/.emacs ~/
ln -s ~/linux.config/.emacs.lisp ~/
ln -s ~/linux.config/.bashrc ~/
ln -s ~/linux.config/.bash_profile ~/