mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Compare commits
2 Commits
0e16cd0dcd
...
8404fbef38
Author | SHA1 | Date | |
---|---|---|---|
|
8404fbef38 | ||
|
2e81410ff0 |
4
.zshrc
4
.zshrc
@ -101,7 +101,6 @@ dmpv () {
|
|||||||
#config location
|
#config location
|
||||||
export XDG_CONFIG_HOME=$HOME/.config
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
export XDG_CACHE_HOME=$HOME/.cache
|
export XDG_CACHE_HOME=$HOME/.cache
|
||||||
export CARGO_HOME=$HOME/.cache/cargo
|
|
||||||
export GOPATH=$HOME/.cache/go
|
export GOPATH=$HOME/.cache/go
|
||||||
export LESSHISTFILE=/dev/null
|
export LESSHISTFILE=/dev/null
|
||||||
export LYNX_CFG=$HOME/.config/lynx/lynxrc
|
export LYNX_CFG=$HOME/.config/lynx/lynxrc
|
||||||
@ -110,6 +109,7 @@ export TASKRC=$HOME/.config/task/taskrc
|
|||||||
|
|
||||||
#settings for software
|
#settings for software
|
||||||
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
||||||
|
export GPG_TTY=$(tty) # fixes gpg
|
||||||
|
|
||||||
#colored output
|
#colored output
|
||||||
export LESS_TERMCAP_md=$'\e[01;35m'
|
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~"
|
export LESS="-RSM~"
|
||||||
|
|
||||||
#local path
|
#local path
|
||||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/.cache/cargo/bin:${HOME}/.cache/go/bin"
|
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/cargo/bin:${HOME}/.cache/go/bin"
|
||||||
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
||||||
|
|
||||||
#ccache support
|
#ccache support
|
||||||
|
Loading…
Reference in New Issue
Block a user