up
This commit is contained in:
parent
3d5c09c5cf
commit
c47fefffe5
2
.bashrc
2
.bashrc
@ -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:
|
||||
|
@ -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 ~/
|
||||
|
Loading…
Reference in New Issue
Block a user