Skip to content

Instantly share code, notes, and snippets.

View amirasaad's full-sized avatar
🎯
Focusing

Amir Asaad amirasaad

🎯
Focusing
View GitHub Profile
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# launch tmux
#test -z "$TMUX" && (tmux attach || tmux new-session)