Update mutt/offlineimap.py
replaced sjl username with `whoami` for general purpose user detection
author |
fpischedda <francesco.pischedda@gmail.com> |
date |
Tue, 02 Oct 2012 12:47:37 +0300 |
parents |
1d45e21ca4d7 |
children |
c82fca40999a |
#!/usr/bin/env bash
shopt -s expand_aliases
# This file contains aliases and functions that duplicate some fish
# functionality, because Vim will use bash as its external command shell.
function a() {
if [ -f '.agignorevcs' ]; then
ag -U $*
else
ag $*
fi
}
export PATH=~/bin:~/lib/dotfiles/bin:/usr/local/share/python:$PATH