diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,12 +1,10 @@ | |||
1 | cowsay $(fortune) | lolcat | 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 | export PATH="$PATH:$HOME/.local/bin:$HOME/.cargo/bin" |
5 | export PATH=/usr/local/bin:$PATH | ||
6 | export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/bin" | ||
7 | 5 | ||
8 | # Path to your oh-my-zsh installation. | 6 | # Path to your oh-my-zsh installation. |
9 | export ZSH=/home/yigit/.oh-my-zsh | 7 | export ZSH=$HOME/.oh-my-zsh |
10 | 8 | ||
11 | ZSH_THEME="spaceship" | 9 | ZSH_THEME="spaceship" |
12 | SPACESHIP_CHAR_SYMBOL="δ" | 10 | SPACESHIP_CHAR_SYMBOL="δ" |