Change various things
This commit is contained in:
parent
281ea9f354
commit
8a9503b95a
7 changed files with 21 additions and 8 deletions
3
zshenv
3
zshenv
|
|
@ -1,3 +1,6 @@
|
|||
if [ -z "$ZDOTDIR" ]; then
|
||||
export ZDOTDIR=$HOME/.config/zsh
|
||||
fi
|
||||
exists() { command -v "$@" >/dev/null }
|
||||
function(){
|
||||
local i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue