summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 7712c27..09cdb80 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,4 +1,4 @@
1cowsay $(fortune) 1cowsay $(fortune) | lolcat
2hostname=$(uname -n) 2hostname=$(uname -n)
3 3
4# If you come from bash you might have to change your $PATH. 4# If you come from bash you might have to change your $PATH.
@@ -190,6 +190,7 @@ if [ -n "$DESKTOP_SESSION" ];then
190fi 190fi
191 191
192[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 192[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
193export FZF_DEFAULT_OPTS="--height=40% --layout=reverse --info=inline --border"
193 194
194 195
195export WECHALLUSER="drocan" 196export WECHALLUSER="drocan"
@@ -206,3 +207,5 @@ ledgerrot() {
206 echo "$days days"; 207 echo "$days days";
207 fi 208 fi
208} 209}
210
211export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/