From 1582e627dc0927c30dbd60fb4e9bef2789393005 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Tue, 21 Feb 2023 15:52:48 +0800 Subject: [PATCH] opt some --- etc/conf/bash_local.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index 1c02a052..7cc12c4d 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -13,5 +13,6 @@ ish_sys_path_load ish_sys_cli_prompt ish_sys_cli_alias vi vim ish_sys_cli_alias t "tmux attach" +ish_sys_cli_alias alpine "docker run -w /root -e 'LANG=en_US.UTF-8' -it alpine" [ -f ~/.bash_temp ] && source ~/.bash_temp; rm ~/.bash_temp &>/dev/null