summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2021-08-24 12:50:09 +0300
committerYigit Sever2021-08-24 12:50:09 +0300
commit3a8e4f0058bad90ff138adc9aaec578c2bbb948d (patch)
treea0cd5d4e5d84941a850e4711cc256a7a47b231bd /.zshrc
parent72786e7c0d5c7eda3e87c9f0097c9ad9d80cc49b (diff)
downloaddotfiles-3a8e4f0058bad90ff138adc9aaec578c2bbb948d.tar.gz
dotfiles-3a8e4f0058bad90ff138adc9aaec578c2bbb948d.tar.bz2
dotfiles-3a8e4f0058bad90ff138adc9aaec578c2bbb948d.zip
zshrc changes
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/