mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
Compare commits
No commits in common. "8404fbef38dc8aac857cded7b5fd5cd4f0e5c13d" and "0e16cd0dcdb4a6c8abc8d79aa8421442d0834d39" have entirely different histories.
8404fbef38
...
0e16cd0dcd
4
.zshrc
4
.zshrc
@ -101,6 +101,7 @@ dmpv () {
|
||||
#config location
|
||||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
export XDG_CACHE_HOME=$HOME/.cache
|
||||
export CARGO_HOME=$HOME/.cache/cargo
|
||||
export GOPATH=$HOME/.cache/go
|
||||
export LESSHISTFILE=/dev/null
|
||||
export LYNX_CFG=$HOME/.config/lynx/lynxrc
|
||||
@ -109,7 +110,6 @@ export TASKRC=$HOME/.config/task/taskrc
|
||||
|
||||
#settings for software
|
||||
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
||||
export GPG_TTY=$(tty) # fixes gpg
|
||||
|
||||
#colored output
|
||||
export LESS_TERMCAP_md=$'\e[01;35m'
|
||||
@ -123,7 +123,7 @@ export MANLESS="Manual\ \$MAN_PN\ ?ltline\ %lt?L/%L.:byte\ %bB?s/%s..?\:?pB\ %pB
|
||||
export LESS="-RSM~"
|
||||
|
||||
#local path
|
||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/cargo/bin:${HOME}/.cache/go/bin"
|
||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/.cache/cargo/bin:${HOME}/.cache/go/bin"
|
||||
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
||||
|
||||
#ccache support
|
||||
|
Loading…
Reference in New Issue
Block a user