diff --git a/dotfiles/ideavimrc b/dotfiles/ideavimrc new file mode 100644 index 0000000..2febb38 --- /dev/null +++ b/dotfiles/ideavimrc @@ -0,0 +1 @@ +set surround diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 2aa1afe..e9af5a9 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -110,3 +110,6 @@ if hash opam 2>/dev/null; then ~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true eval `opam config env` fi + +# autoenv +source `which activate.sh`