Created
August 1, 2022 10:06
-
-
Save fuxx/32d61ae40a650d4b60de14f619ec24cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g history-limit 1000 | |
set -g status-interval 1 | |
set -g status-left '#H#[default]' | |
set -g status-right '#(cut -d ” ” -f 1-4 /proc/loadavg)#[default] #%Y-%m-%d %H:%M:%S#[default]' | |
setw -g monitor-activity on | |
set -g visual-activity on | |
setw -g mode-mouse on | |
set -g mouse-resize-pane on | |
set -g mouse-select-pane on | |
set -g mouse-select-window on | |
set-option -g default-shell $HOME/local/bin/fish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment