aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-23 21:50:49 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-23 21:50:49 +0530
commit36989b400770635ff798dd105891d1b04346dc79 (patch)
tree89c2ebb753438faa4965ed6d90834d8f23201562 /zsh/.zshrc
parent995e5c2f8cb387cb76734989a30f22ac1f965422 (diff)
set neofetch to autostart
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 403a44a4..7296b90e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -3,18 +3,20 @@ HISTSIZE=1000
SAVEHIST=1000
setopt autocd beep notify
bindkey -v
-colorscript random
# autoload -U colors && colors
# source /home/zt/.local/zsh-autocomplete/zsh-autocomplete.plugin.zsh
# paths
-export GOPATH="/zt/Docs/Go/"
+# export PATH=/:$PATH
export PATH=/zt/Docs/Go:$PATH
export PATH=/home/zt/.config/scripts:$PATH
export PATH=/zt/Programs:$PATH
export PATH=/home/zt/.local/bin:$PATH
export PATH=/zt/Docs/GoMinder:$PATH
export PATH=/usr/local/bin:$PATH
+export PATH=/home/zt/.emacs.d/bin:$PATH
+# other paths
+export GOPATH="/zt/Docs/Go/"
# aliases
# directories
@@ -33,6 +35,8 @@ alias la='exa -a'
alias lsa='exa -al'
alias nf='neofetch'
+neofetch
+exa
eval "$(starship init zsh)"
# syntax highlighting, needs to be at the end
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh