From f922e56b50635c9344b26f9088e37acea5647359 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Mon, 5 Mar 2018 06:57:00 -0500 Subject: [PATCH] Closes #39 --- configs/NZXT/i3blocks.conf | 5 ----- configs/NZXT/sam-i3blocks.conf | 2 +- dotfiles/bashrc | 3 +++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configs/NZXT/i3blocks.conf b/configs/NZXT/i3blocks.conf index 6c1dce4..c7abe46 100644 --- a/configs/NZXT/i3blocks.conf +++ b/configs/NZXT/i3blocks.conf @@ -101,11 +101,6 @@ interval=6000 # interval=10 # separator=false -# [wifi] -# #instance=wlp3s0 -# interval=10 -# separator=false - # [bandwidth] # #instance=eth0 # interval=5 diff --git a/configs/NZXT/sam-i3blocks.conf b/configs/NZXT/sam-i3blocks.conf index 6ce2835..881114d 100644 --- a/configs/NZXT/sam-i3blocks.conf +++ b/configs/NZXT/sam-i3blocks.conf @@ -12,5 +12,5 @@ markup=pango command=python /usr/share/i3blocks/spotify.py label= # label= -color=#009900 +color=#006600 interval=10 diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 8189579..6cd4935 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -124,8 +124,11 @@ fi # Path to the bash it configuration export BASH_IT="$DIR_BASH_IT" + # Lock and Load a custom theme file # location /.bash_it/themes/ +PROMPT_COMMAND='pwd > "${HOME}/.cwd"' +[[ -f "${HOME}/.cwd" ]] && cd "$(< ${HOME}/.cwd)" export BASH_IT_THEME='nwinkler' # (Advanced): Change this to the name of your remote repo if you