Refactor a few things
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
if [[ ! -d $HOME/bin ]]; then
|
||||
mkdir $HOME/bin
|
||||
fi
|
||||
[[ ! -d $HOME/bin ]] && mkdir $HOME/bin
|
||||
[[ ! -d $HOME/.config ]] && mkdir $HOME/.config
|
||||
[[ ! -d $HOME/.local ]] && mkdir $HOME/.local
|
||||
|
Reference in New Issue
Block a user