From 62fd7f7082c2f0d18fe9391263491c7c57c59658 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Thu, 15 Jul 2021 11:03:46 +0800 Subject: [PATCH] opt some --- etc/conf/bash_local.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index d9f8e99e..f362aa06 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -3,6 +3,9 @@ export LC_ALL=en_US.utf-8 export CTX_ROOT=${CTX_ROOT:=~/contexts} +ish_sys_cli_prompt +ish_sys_cli_alias t "tmux attach" + export PATH=$CTX_ROOT/usr/install/vim81/_install/bin:$PATH alias vi=vim