该仓库已于 2022-12-11 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
dot-files/.bash_profile

5 行
207 B
Bash

[[ -f ~/.bashrc ]] && . ~/.bashrc
# Create variable GENERAL_SCREEN which is the pid of one or more screens called "general"
export GENERAL_SCREEN=`screen -ls | grep general | cut -f1 -d'.' | sed 's/\W//g'`