From 0a14893132bc996da2cb134b8289c6707c958000 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 29 May 2021 23:27:58 -0400 Subject: [PATCH] Test creation of a oh-my-zsh custom file. --- .oh-my-zsh/custom/custom_alias.zsh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .oh-my-zsh/custom/custom_alias.zsh diff --git a/.oh-my-zsh/custom/custom_alias.zsh b/.oh-my-zsh/custom/custom_alias.zsh new file mode 100644 index 0000000..c505a96 --- /dev/null +++ b/.oh-my-zsh/custom/custom_alias.zsh @@ -0,0 +1,10 @@ +# You can put files here to add functionality separated per file, which +# will be ignored by git. +# Files on the custom/ directory will be automatically loaded by the init +# script, in alphabetical order. + +# For example: add yourself some shortcuts to projects you often work on. +# +# brainstormr=~/Projects/development/planetargon/brainstormr +# cd $brainstormr +#