mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
48ec2e76a4
...
5724a3464a
Author | SHA1 | Date | |
---|---|---|---|
|
5724a3464a | ||
|
f74d071f5b |
3 changed files with 23 additions and 1 deletions
21
script-resources/welcome/logos/kali
Normal file
21
script-resources/welcome/logos/kali
Normal file
|
@ -0,0 +1,21 @@
|
|||
{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} .'
|
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…
Add table
Add a link
Reference in a new issue