1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Tweaks to i3 and zsh

This commit is contained in:
J.Fernando Sánchez
2013-06-17 15:08:20 +02:00
parent 5934f9164b
commit 3999536994
4 changed files with 19 additions and 9 deletions

View File

@@ -17,8 +17,8 @@ if [ -n "$BASH_VERSION" ]; then
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
if [ -d "$HOME/.bin" ] ; then
PATH="$HOME/.bin:$PATH"
fi
if [ -f $HOME/.Xmodmap ]; then