mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
14 lines
243 B
Bash
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"
|
|
|