Compare commits

..

No commits in common. "5724a3464aef5f0638a9136ec4c0037ab3efd0ca" and "48ec2e76a409cec4f2ea8a99bb4a0fe791a4ec98" have entirely different histories.

3 changed files with 1 additions and 23 deletions

View file

@ -1,21 +0,0 @@
{4}..............
{4} ..,;:ccc,.
{4} ......'';lxO.
{4}.....'''..........,:ld;
{4} .';;;:::;,,.x,
{4} ..''. 0Xxoc:,. ...
{4} .... ,ONkc;,;cokOdc',.
{4} . OMo ':ddo.
{4} dMc :OO;
{4} 0M. .:o.
{4} ;Wd
{4} ;XO,
{4} ,d0Odlc;,..
{4} ..',;:cdOOd::,.
{4} .:d;.':;.
{4} 'd, .'
{4} ;l ..
{4} .o
{4} c
{4} .'
{4} .'

View file

@ -1 +0,0 @@
alias welcome="welcome --extra-logos-dir $K_ZSH_DOTFILES/../script-resources/welcome/logos"

View file

@ -4,7 +4,7 @@
K_ZSH_DOTFILES="$( dirname "$( readlink -f "$0" )" )"
source $K_ZSH_DOTFILES/../dmitmel-dotfiles/zsh/zshrc
for script in functions plugins aliases; do
for script in functions plugins; do
source "$K_ZSH_DOTFILES/$script.zsh"
done