From 246d95da721b9c95465cda403fc1391079ca981e Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 20 Nov 2022 13:48:04 +0800 Subject: [PATCH] bug fix --- .zshrc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc2 b/.zshrc2 index 7ebc191..049e6c1 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -93,7 +93,7 @@ case $(bash "$DOTFILES/tools/common.sh" get_os_type) in * ) alias l='ls -lAGh --time-style="+%y-%m-%d %H:%M"' ;; esac if [[ -x $(command -v trash) ]]; then - alias "rm"="echo use the full path i.e. '/bin/rm'; consider using trash" + alias "rm"="echo use the full path i.e. '/bin/rm'\; consider using trash" fi sibd() { ssh -p 12022 root@$1${1:+.}ibd.ink } sob() { ssh -p 24022 root@$1${1:+.}ob.ac.cn }