mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] Add welcome alias to include extra logos
This commit is contained in:
parent
f74d071f5b
commit
5724a3464a
2 changed files with 2 additions and 1 deletions
1
zsh/aliases.zsh
Normal file
1
zsh/aliases.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
alias welcome="welcome --extra-logos-dir $K_ZSH_DOTFILES/../script-resources/welcome/logos"
|
|
@ -4,7 +4,7 @@
|
|||
K_ZSH_DOTFILES="$( dirname "$( readlink -f "$0" )" )"
|
||||
source $K_ZSH_DOTFILES/../dmitmel-dotfiles/zsh/zshrc
|
||||
|
||||
for script in functions plugins; do
|
||||
for script in functions plugins aliases; do
|
||||
source "$K_ZSH_DOTFILES/$script.zsh"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue