diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-08 09:57:02 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-08 09:57:02 +0000 |
commit | 17db4c5e84c1aa47ffe28e46416f55686c1c5c92 (patch) | |
tree | 76a3156bf666acbf77654ddd95c9a262463bf56e /zsh | |
parent | bf84d2b91362b2917e4d4750eb6a7da8f338fe7f (diff) |
void
Diffstat (limited to 'zsh')
-rwxr-xr-x[-rw-r--r--] | zsh/.zshrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc index b8fb0a7..39fd7bf 100644..100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc | |||
@@ -7,10 +7,10 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space | |||
7 | #exports | 7 | #exports |
8 | export VISUAL=nvim | 8 | export VISUAL=nvim |
9 | export EDITOR="$VISUAL" | 9 | export EDITOR="$VISUAL" |
10 | export BROWSER=firefox | 10 | export BROWSER=brave |
11 | export PATH=$PATH:$HOME/.local/bin:$HOME/bin | 11 | export PATH=$PATH:$HOME/.local/bin:$HOME/bin:/opt/brave |
12 | export TERM=rxvt-unicode-256color | 12 | export TERM=rxvt-unicode-256color |
13 | export XDG_CURRENT_DESKTOP=spectrwm | 13 | export XDG_CURRENT_DESKTOP=bspwm |
14 | 14 | ||
15 | #aliases | 15 | #aliases |
16 | alias ls='ls --color=auto' | 16 | alias ls='ls --color=auto' |
@@ -48,7 +48,7 @@ fpath+=$HOME/.zsh/pure | |||
48 | autoload -U promptinit; promptinit | 48 | autoload -U promptinit; promptinit |
49 | prompt pure | 49 | prompt pure |
50 | PURE_PROMPT_SYMBOL=$ | 50 | PURE_PROMPT_SYMBOL=$ |
51 | #PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " | 51 | # PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " |
52 | 52 | ||
53 | # Basic auto/tab complete: | 53 | # Basic auto/tab complete: |
54 | autoload -U compinit | 54 | autoload -U compinit |