all repos — dotfiles @ fc19c3a6af34e9257e4e1f6d29af869f4f0f628b

linux dotfiles

update tmux.conf, .bashrc, weechat.conf
Prithu Goswami prithugoswami524@gmail.com
Sat, 06 Feb 2021 21:32:38 +0530
commit

fc19c3a6af34e9257e4e1f6d29af869f4f0f628b

parent

4ec700b5a00e0fec3dd3ed9fd0f238b62f20493d

3 files changed, 8 insertions(+), 2 deletions(-)

jump to
M config/weechat/weechat.confconfig/weechat/weechat.conf

@@ -324,7 +324,7 @@ status.type = window

title.color_bg = 234 title.color_bg_inactive = default title.color_delim = cyan -title.color_fg = default +title.color_fg = *15 title.conditions = "" title.filling_left_right = vertical title.filling_top_bottom = horizontal
M home/.bashrchome/.bashrc

@@ -110,8 +110,10 @@ alias tt="transmission-remote"

# alias yw="mpv --ytdl-format=\"best[height<=480]\"" alias yw="mpv --ytdl-format=\"bestvideo[height<=480]+bestaudio/best[height<=480]\"" alias yal="mpv --ytdl-format=251" +alias tmuxl="tmux list-session" alias ls='ls --color=auto' + #PS1='\[\033[34m\][\u@\h\[\033[01;00m\] \w\[\033[34m]\]\[\033[00m\]$ ' # PS1="\[\033[01;34m\][\[\033[01;00m\]\w\[\033[01;34m\]]\[\033[01;00m\]\[\033[01;32m\]\$(git branch 2>/dev/null | grep '^*' | colrm 1 2 | sed 's/^/ (/' | sed 's/$/)/') \[\033[01;00m\]\n› "

@@ -136,3 +138,4 @@ dd if=/dev/urandom status=none bs=1024 count=1 | strings | tr -d '[:space:][:punct:][:digit:][Ilq]' | cut -c -${1:-4}

} PROMPT_DIRTRIM=2 +# source /usr/share/nvm/init-nvm.sh
M tmux/tmux.conftmux/tmux.conf

@@ -24,6 +24,9 @@ bind C-o rotate-window

setw -g mouse on +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" + # smart pane switching with awareness of vim splits # bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iqE '(^|\/)vim$' && tmux send-keys C-h) || tmux select-pane -L" # bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iqE '(^|\/)vim$' && tmux send-keys C-j) || tmux select-pane -D"

@@ -33,6 +36,6 @@

# set -g default-terminal "tmux-256color" # set -g terminal-overrides ",tmux-256color:Tc" # set -as terminal-overrides ',st*:Ss@' -# set -g default-terminal "screen-256color" +set -g default-terminal "screen-256color" source-file ${HOME}/.config/blue.tmuxtheme