Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
223197b4
Commit
223197b4
authored
Feb 18, 2015
by
Robby Russell
Browse files
Merge pull request #3533 from maff/chucknorris-fortune
Chuck Norris fortune
parents
8d561aa0
2e0da686
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
plugins/chucknorris/.gitignore
0 → 100644
View file @
223197b4
fortunes/chucknorris.dat
plugins/chucknorris/LICENSE
0 → 100644
View file @
223197b4
License: GPL v2
Thanks to http://www.k-lug.org/~kessler/projects.html for the fortune file.
plugins/chucknorris/chucknorris.plugin.zsh
0 → 100644
View file @
223197b4
if
[
!
-f
$ZSH
/plugins/chucknorris/fortunes/chucknorris.dat
]
;
then
strfile
$ZSH
/plugins/chucknorris/fortunes/chucknorris
$ZSH
/plugins/chucknorris/fortunes/chucknorris.dat
fi
alias
chuck
=
"fortune -a
$ZSH
/plugins/chucknorris/fortunes"
alias
chuck_cow
=
"chuck | cowthink"
plugins/chucknorris/fortunes/chucknorris
0 → 100644
View file @
223197b4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment