1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
ContextOS/etc/conf/bash_local.sh
2022-10-07 22:40:11 +08:00

15 lines
315 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"
[ -f ~/.bash_temp ] && source ~/.bash_temp; rm ~/.bash_temp &>/dev/null