From 1fe0779d157ceef11a0f872368584274ac80c0a8 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 30 Jul 2017 02:20:29 -0500 Subject: [PATCH] Tweaks to shell profiles --- .config/fish/config.fish | 1 + .profile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 30a4a981..c3b4d00c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -4,5 +4,6 @@ function fish_prompt ~/.bin/powerline-shell.py $status --shell bare ^/dev/null end +export PATH="$PATH:$HOME/.bin:$HOME/.local/bin" export TERM="xterm-256color" alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' diff --git a/.profile b/.profile index 15c53a93..b512e4bf 100755 --- a/.profile +++ b/.profile @@ -68,6 +68,6 @@ __define_functions export TERM="linux" EDITOR=$(which vim) -PATH=$PATH:~/.bin +PATH=$PATH:~/.bin:~/.local/bin export EDITOR export PATH