dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit e1e765a29512a897848b2065201d726ff7d09aef
parent d960a2fa1e49d19110ebcc2ad902366e38752958
Author: Bharatvaj <bharatvaj@yahoo.com>
Date:   Mon, 25 Jul 2022 02:08:23 +0530

Return to '\w $' for prompt

...but with a twist. Red is used for \w

Use 'ncmpc' in tmux for invoking music player instead of ncmpcpp and use
bindings <prefix>m instead of <prefix>N. Easier to hit.

Diffstat:
M.config/bash/bashrc | 3+--
M.config/tmux/tmux.conf | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.config/bash/bashrc b/.config/bash/bashrc @@ -6,7 +6,6 @@ export PATH="${PATH}:${PATH_EXPORTS[*]}" [ -f ${XDG_CONFIG_HOME}/bash/autojump.bash ] && ${XDG_CONFIG_HOME}/bash/autojump.bash -PS1='\w ∆ ' - +PS1='\033[0;31m\w \033[0;37m$\033[0m ' [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -65,5 +65,5 @@ bind-key -T copy-mode-vi 'C-k' select-pane -U bind-key -T copy-mode-vi 'C-l' select-pane -R bind-key -T copy-mode-vi 'C-\' select-pane -l bind R source-file ~/.config/tmux/tmux.conf -bind N display-popup -E "ncmpcpp --quiet --screen visualizer" +bind m display-popup -E "ncmpc"