added scripts dir
This commit is contained in:
5
zshrc
5
zshrc
@@ -204,7 +204,7 @@ save_dotfiles(){
|
||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||
cp -r ~/.cabal/config ${DOTPATH}cabal/config
|
||||
cp ~/dev-tmux ${DOTPATH}dev-tmux
|
||||
cp -r ~/.scripts ${DOTPATH}.scripts
|
||||
cp ~/.ghci ${DOTPATH}ghci
|
||||
cp ~/.gitignore ${DOTPATH}gitignore
|
||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||
@@ -401,8 +401,7 @@ fi
|
||||
|
||||
function zeptosay () {
|
||||
x=`fortune`
|
||||
x="(begin (load \"ascii.scm\") (cowsay \"${(q)x}\"))"
|
||||
zepto --single $x
|
||||
zepto ~/.scripts/zeptosay.zp $x
|
||||
}
|
||||
|
||||
fortune | cowsay
|
||||
|
||||
Reference in New Issue
Block a user