export EDITOR="kks edit"
export VISUAL="kks edit"
-export PAGER="bat --style auto --pager"
+export MAN_PAGER="sh -c 'col -bx | bat -l man -p'"
+export BAT_THEME="base16"
export VDPAU_DRIVER=radeonsi
export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60% --color fg+:3,hl+:4'
# No double entries in the shell history.
export HISTCONTROL="$HISTCONTROL erasedups:ignoreboth"
-# Do not overwrite files when redirecting output by default.
-set -o noclobber
-
# Wrap the following commands for interactive use to avoid accidental file overwrites.
rm() { command rm -i "${@}"; }
cp() { command cp -i "${@}"; }