1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
ContextOS/etc/conf/bash_local.sh
shylinux@163.com 67b8ddd458 opt some
2022-08-27 21:54:45 +08:00

14 lines
243 B
Bash

#!/bin/bash
echo "" > ~/.hushlogin
export BASH_SILENCE_DEPRECATION_WARNING=1
export CTX_ROOT=${CTX_ROOT:=~/contexts}
export LC_ALL=en_US.utf-8
ish_sys_path_load
ish_sys_cli_prompt
ish_sys_cli_alias vi vim
ish_sys_cli_alias t "tmux attach"