all repos — dotfiles @ e552bc6b1af239e977df3f64764faf33cba07e03

my *nix dotfiles

Minor stuff

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 17 Oct 2019 15:28:50 +0530
commit

e552bc6b1af239e977df3f64764faf33cba07e03

parent

92087b0a29e216ef1762e6e414b811ab6bff2f48

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

jump to
M bash/.bashrcbash/.bashrc

@@ -6,7 +6,7 @@ export SSH_KEY_PATH="~/.ssh/id_rsa"

export PATH=$HOME/bin:$PATH export GPG_TTY=$(tty) export INPUTRC=~/.inputrc -export PATH=$PATH:$HOME/leet/Nim/bin +#export PATH=$PATH:$HOME/leet/Nim/bin export PATH=$PATH:$HOME/.nimble/bin export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:/usr/local/go/bin
M bin/np.shbin/np.sh

@@ -3,7 +3,7 @@ # now playing

# requires the last.fm API key source ~/.lastfm # `export API_KEY="<key>"` -fg="$(xres color0)" +fg="$(xres color15)" light="$(xres color8)" USER="icyphox"