rekahsoft
/
dot-files
Arquivado
1
0
Fork 0
Este repositório foi arquivado em 2022-12-11. Você pode visualizar arquivos e cloná-lo, mas não pode fazer push, abrir issues ou pull requests.
dot-files/.bash_profile

5 linhas
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'`