From c47fefffe5d33a9b43de06a599ea6caab2452125 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 24 Sep 2019 20:35:43 +0800 Subject: [PATCH] up --- .bashrc | 2 +- setup-home.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 5b37b8e..1a238f5 100644 --- a/.bashrc +++ b/.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: diff --git a/setup-home.sh b/setup-home.sh index 5ef08c8..31cf684 100644 --- a/setup-home.sh +++ b/setup-home.sh @@ -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 ~/