This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
d95a496d9d
dotfiles
/
shells
/
common
/
asdf.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Add asdf
2019-08-29 10:01:19 +10:00
if
[
-d
"
$HOME
/.asdf
"
]
;
then
.
$HOME
/.asdf/asdf.sh
Add `arst` alias for `asdf` and fix error in zsh We were loading the Bash completions in ZSH which caused an error. I broke out Bash completion loading separately.
2020-04-03 10:42:22 +11:00
alias
arst
=
asdf
# For Colemak
Add asdf
2019-08-29 10:01:19 +10:00
fi