Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
23
.config/ml4w/tpl/.zshrc
Normal file
23
.config/ml4w/tpl/.zshrc
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# _
|
||||
# _______| |__ _ __ ___
|
||||
# |_ / __| '_ \| '__/ __|
|
||||
# _ / /\__ \ | | | | | (__
|
||||
# (_)___|___/_| |_|_| \___|
|
||||
#
|
||||
# -----------------------------------------------------
|
||||
# ML4W zshrc loader
|
||||
# -----------------------------------------------------
|
||||
|
||||
# DON'T CHANGE THIS FILE
|
||||
|
||||
# You can define your custom configuration by adding
|
||||
# files in ~/.config/zshrc
|
||||
# or by creating a folder ~/.config/zshrc/custom
|
||||
# with you own zshrc configuration
|
||||
# -----------------------------------------------------
|
||||
|
||||
if [ -d ~/.config/zshrc/custom ]; then
|
||||
for f in ~/.config/zshrc/custom/*; do source $f; done
|
||||
else
|
||||
for f in ~/.config/zshrc/*; do source $f; done
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue