enable xmodmap + minecraft-launcher

This commit is contained in:
Paul Wako
2019-08-25 11:04:01 -04:00
parent 95a1931853
commit 9d9f67533f
2 changed files with 3 additions and 2 deletions

3
zshrc
View File

@@ -7,7 +7,8 @@ else
export TERM='screen-256color'
fi
# Local binaries
# Customl binaries
export PATH=/opt/minecraft-launcher:$PATH
export PATH=$HOME/.cargo/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export GOPATH=$HOME/go