1
0
Fork 0

shells: some cleanup for bash and zsh

This commit is contained in:
Von Random 2025-03-04 14:00:46 +02:00
parent ebf583cb5a
commit e898af0e0d
4 changed files with 8 additions and 43 deletions

View file

@ -1,13 +1,10 @@
[[ $- != *i* ]] && return
function testbin { whence $@ > /dev/null }
confdir=$HOME/.config/zsh
conflist=(
env.zsh
functions.zsh
settings.zsh
prompt.zsh
functions.zsh
local.zsh
)