added scripts dir

This commit is contained in:
hellerve
2015-05-26 17:01:40 +02:00
parent ba8eef63a6
commit 547ae588af
4 changed files with 16 additions and 4 deletions

5
zshrc
View File

@@ -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