Compare commits

...

2 Commits

Author SHA1 Message Date
26f0098be6
More fun with X 2021-12-20 17:11:53 -05:00
088f42edba
Getting updated with shims and direnv and go version 2021-12-20 17:11:52 -05:00
2 changed files with 11 additions and 8 deletions

2
xinitrc Normal file
View File

@ -0,0 +1,2 @@
setxkbmap dvorak
exec leftwm

17
zshrc
View File

@ -30,17 +30,18 @@ COMPLETION_WAITING_DOTS="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
path=(
$HOME/.cargo/bin
$HOME/.rbenv/bin
$HOME/.rbenv/shims
$HOME/.phpenv/bin
$HOME/.pyenv/bin
$HOME/.pyenv/shims
$HOME/.yarn/bin
$HOME/.pulumi/bin
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
$HOME/.cargo/bin
$HOME/.rbenv/bin
$HOME/.phpenv/bin
$HOME/.pyenv/bin
$HOME/.yarn/bin
$HOME/.pulumi/bin
$HOME/.local/bin
$HOME/perl5/bin
$HOME/Library/Python/3.8/bin
/usr/local/opt/python@3.8/bin
@ -59,12 +60,12 @@ path=(
plugins=(
archlinux
autoenv
aws
bundler
cargo
command-not-found
cp
direnv
docker
gem
git
@ -157,7 +158,7 @@ if [[ -f ~/.cargo/env ]]; then
fi
if gimme --version &>/dev/null; then
eval "$(gimme '1.17.1')" 2>/dev/null
eval "$(gimme '1.17.5')" 2>/dev/null
export GOPATH="$HOME/go"
fi