#
# Select what modules you would like enabled.
-# The second line of modules may depend on options set by modules in the first line.
-# These dependencies are noted on the respective module's README.md.
-zmodules=(directory environment git history input ssh utility meta custom \
- prompt syntax-highlighting history-substring-search completion)
+# The second line of modules may depend on options set by modules in the first
+# line. These dependencies are noted on the respective module's README.md.
+zmodules=(directory environment git git-info history input ssh utility meta custom \
+ syntax-highlighting history-substring-search prompt completion)
###################
#
# Set your desired prompt here
-zprompt_theme='pure'
+#zprompt_theme='pure'
+#zprompt_theme='gitster'
+zprompt_theme='minimal'
PURE_PROMPT_SYMBOL=λ
#
+#PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
+PATH=$HOME/.gem/ruby/2.4.0/bin:$PATH
export PATH=$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$PATH
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
export CVS_RSH=ssh
export MATHMODELS=$HOME/src/eiffel/mathmodels
export RUST_SRC_PATH=~/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src
+
+export PATH="$HOME/.cargo/bin:$PATH"
+
+# Eiffel2Java stuff
+export JAVA_HOME=/usr/lib/jvm/default
+export CPATH=$CPATH:"$JAVA_HOME/include:$JAVA_HOME/include/linux"
+export LIBRARY_PATH=$LIBRARY_PATH:"$JAVA_HOME/jre/lib/amd64/server"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$JAVA_HOME/jre/lib/amd64/server"
+
+# if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
# Bash-like navigation
#export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
-export WORDCHARS='*?[]~=&;!#$%^(){}<>'
+export WORDCHARS='*?-[]~=&;!#$%^(){}<>'
fpath+=~/.zfunc
alias mpv="mpv --ytdl-format mp4"
alias mv="mv -iv"
alias cp="cp -iv"
+alias scl=systemctl
+alias jcl=journalctl