1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2023-02-21 16:23:38 +08:00
parent 53d210aed0
commit d0b1674189

View File

@ -4,7 +4,7 @@ export LC_ALL=en_US.utf-8
export BASH_SILENCE_DEPRECATION_WARNING=1
touch ~/.hushlogin
# export CTX_ROOT=${CTX_ROOT:=~/contexts}
export CTX_ROOT=${CTX_ROOT:=~/contexts}
[ "$PWD" = "$HOME" ] && cd ~/contexts
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
@ -13,6 +13,8 @@ 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 busybox "docker run -w /root -it busybox"
ish_sys_cli_alias alpine "docker run -w /root -e 'LANG=en_US.UTF-8' -it alpine"
ish_sys_cli_alias centos "docker run -w /root -e 'LANG=en_US.UTF-8' -it centos"
[ -f ~/.bash_temp ] && source ~/.bash_temp; rm ~/.bash_temp &>/dev/null