Update all dotfiles
This commit is contained in:
23
configs/dotfiles/hyprland/laptop/.config/ml4w/tpl/.zshrc
Executable file
23
configs/dotfiles/hyprland/laptop/.config/ml4w/tpl/.zshrc
Executable 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
|
Reference in New Issue
Block a user