Skip to content

Instantly share code, notes, and snippets.

View mertcancam's full-sized avatar

Mustafa Mertcan Çam mertcancam

  • Wolfram
  • Kuşadası
View GitHub Profile
@mertcancam
mertcancam / ps1.txt
Last active December 3, 2021 12:43
Custom PS1
export PS1="\[\033[38;5;12m\]\u\[$(tput sgr0)\]\[\033[38;5;7m\]@\[$(tput sgr0)\]\[\033[38;5;3m\]\h\[$(tput sgr0)\][\[$(tput sgr0)\]\[\033[38;5;2m\]\W\[$(tput sgr0)\]]\[$(tput sgr0)\]\[\033[38;5;6m\]\\$\[$(tput sgr0)\] \[$(tput sgr0)\]"
@mertcancam
mertcancam / .tmux.conf
Last active November 4, 2021 18:58
My Tmux Config
set -g default-terminal "xterm-256color"
# Send prefix
set-option -g prefix C-a
unbind-key C-a
bind-key C-a send-prefix
# Use Alt-arrow keys to switch panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R