Skip to content

Instantly share code, notes, and snippets.

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
#
PATH=$HOME/bin:$PATH
#
if [ $(arch) = 'arm64' ]; then
export ARCH_MARKER=""
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 4, 2024 17:58
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname