Little script updates
This commit is contained in:
parent
7b4696b3a6
commit
14b3c655da
|
@ -2,5 +2,6 @@ $XDG_CONFIG_HOME/yadm
|
|||
$XDG_CONFIG_HOME/doom
|
||||
$XDG_CONFIG_HOME/git
|
||||
$XDG_CONFIG_HOME/nvim
|
||||
$XDG_CONFIG_HOME/zsh/completion
|
||||
$CONFIG_SHELLS
|
||||
$HOME/.local/bin/scripts
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
random --min 0 --max 1 "$@"
|
|
@ -42,7 +42,7 @@ export CCACHE_DIR="$XDG_CACHE_HOME"/ccache
|
|||
export IGNOREDIRS=".sync,.stfolder,.git,out,build,dev"
|
||||
export EDITOR=/usr/bin/nvim
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
export LESS='--RAW-CONTROL-CHARS --ignore-case'
|
||||
export LESS='--RAW-CONTROL-CHARS --ignore-case --incsearch'
|
||||
# red stderr
|
||||
test -f "/usr/lib/libstderred.so" && export LD_PRELOAD="/usr/lib/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"
|
||||
# software config
|
||||
|
|
Loading…
Reference in New Issue