diff options
| -rw-r--r-- | .zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | cowsay $(fortune) | 1 | cowsay $(fortune) | lolcat |
| 2 | hostname=$(uname -n) | 2 | hostname=$(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 | |||
| 190 | fi | 190 | fi |
| 191 | 191 | ||
| 192 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 192 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
| 193 | export FZF_DEFAULT_OPTS="--height=40% --layout=reverse --info=inline --border" | ||
| 193 | 194 | ||
| 194 | 195 | ||
| 195 | export WECHALLUSER="drocan" | 196 | export WECHALLUSER="drocan" |
| @@ -206,3 +207,5 @@ ledgerrot() { | |||
| 206 | echo "$days days"; | 207 | echo "$days days"; |
| 207 | fi | 208 | fi |
| 208 | } | 209 | } |
| 210 | |||
| 211 | export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/ | ||
