From 97147908f55968aeaab528359546d8df495b1939 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Thu, 3 Oct 2019 11:04:46 +0800 Subject: [PATCH] up --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 19549ef..ee14fb5 100644 --- a/.bashrc +++ b/.bashrc @@ -33,8 +33,8 @@ export CVS_RSH=ssh # Define aliases: # Always list long directory and time. -alias ll='ls -al --color=auto' # --time-style=long-iso --color=auto' -alias l='ll' +alias ll='ls -l --color=auto' # --time-style=long-iso --color=auto' +alias l='ls -Al --color=auto' # Think twice before deletion. Though troublesome but strongly recommended! alias rm='rm -i' # Request X tunneling for SSH: @@ -42,7 +42,7 @@ alias ssh='ssh -C -X' # Always use compression for CVS: alias cvs='cvs -z9' -alias process='ps -elf' +alias ps='ps -elf' # Set default file permission mask: umask 022 # rwxr-xr-x