Skip to content

Instantly share code, notes, and snippets.

@will-clarke
Created October 6, 2014 17:21
Show Gist options
  • Save will-clarke/ef980c8c88f72d942851 to your computer and use it in GitHub Desktop.
Save will-clarke/ef980c8c88f72d942851 to your computer and use it in GitHub Desktop.
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# To keep ctrl s & v open in Vim...
stty -ixon
# Customize to your needs...
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
# To Do
alias to='Dropbox/todo/todo.sh -d Dropbox/todo/todo.cfg'
alias todo='to'
source Dropbox/todo/todo_completion
export TODOTXT_DEFAULT_ACTION=ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment