initial commit
This commit is contained in:
9
.zshrc
9
.zshrc
@@ -10,11 +10,9 @@ fi
|
||||
|
||||
# default programs
|
||||
export EDITOR="nvim"
|
||||
export TERM="st"
|
||||
export TERMINAL="st"
|
||||
export MUSPLAYER="termusic"
|
||||
# export MUSPLAYER="termusic"
|
||||
export BROWSER="firefox"
|
||||
export BROWSER2="librewolf"
|
||||
# export BROWSER2="librewolf"
|
||||
# export DISPLAY=:0 # useful for some scripts
|
||||
|
||||
# follow XDG base dir specification
|
||||
@@ -31,6 +29,7 @@ export PYTHON_HISTORY="$XDG_DATA_HOME/python/history"
|
||||
|
||||
# add scripts to path
|
||||
export PATH="$XDG_CONFIG_HOME/scripts:$PATH"
|
||||
export PATH="$PATH:$HOME/.local/share/cargo/bin/"
|
||||
|
||||
# moving other files and some other vars
|
||||
export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
|
||||
@@ -56,7 +55,7 @@ export DATE=$(date "+%A, %B %e %_I:%M%P")
|
||||
|
||||
export FZF_DEFAULT_OPTS="--style minimal --color 16 --layout=reverse --height 30% --preview='bat -p --color=always {}'"
|
||||
export FZF_CTRL_R_OPTS="--style minimal --color 16 --info inline --no-sort --no-preview" # separate opts for history widget
|
||||
export MANPAGER="less -R --use-color -Dd+r -Du+b" # colored man pages
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
# colored less + termcap vars
|
||||
export LESS="R --use-color -Dd+r -Du+b"
|
||||
|
||||
Reference in New Issue
Block a user