From 6ac83326ddba3ebcb4866435a6df0ea75483ee03 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 16 Jan 2021 15:10:36 +0530 Subject: changes --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 9a89777..d07f64c 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -7,7 +7,7 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space #exports export VISUAL=nvim export EDITOR="$VISUAL" -export BROWSER=chromium +export BROWSER=brave export PATH=$PATH:$HOME/.bin export TERM=rxvt-unicode-256color export XDG_CURRENT_DESKTOP=bspwm @@ -51,7 +51,7 @@ rmdata() { # Enable colors and change prompt: autoload -U colors && colors -fpath+=$HOME/.config/zsh/pure +fpath+=$HOME/.cache/zsh/pure autoload -U promptinit; promptinit prompt pure PURE_PROMPT_SYMBOL=$ -- cgit v1.2.3