This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.bash_profile
Collin Doering 29d14f09f8 Random changes specific to desktop
Main changes are just some alias' to easily access rekahsoft-mini thorugh port-knocking + ssh
As well as a xbindkeys configuration setup for most generic keyboards and the HHKB2
2015-01-14 05:11:51 -05:00

5 lines
189 B
Bash

. $HOME/.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'`