mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added support for custom aliases and functions
This commit is contained in:
parent
14005be445
commit
8c4322c6e0
1 changed files with 7 additions and 0 deletions
|
|
@ -45,3 +45,10 @@ plugins=(git)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
|
if [ -f ~/.aliases ] ; then
|
||||||
|
source ~/.aliases
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f ~/.functions ] ; then
|
||||||
|
source ~/.functions
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue