parse_timestamp and emacs.d bump.

This commit is contained in:
Ivan Malison 2014-11-23 03:29:17 -08:00
parent aac5301012
commit 04a5a735f8
3 changed files with 9 additions and 2 deletions

@ -1 +1 @@
Subproject commit d02cbaa2dcc57df8069174cdae35b4372f50556f
Subproject commit e2f36cbab5e9889e08c9b123e2104b8522969f76

View File

@ -276,3 +276,11 @@ function mu4e_directory {
echo "$(brew --prefix mu)/share/emacs/site-lisp/mu4e"
fi
}
function timestamp {
date +%s
}
function parse_timestamp {
date -d "@$1"
}

View File

@ -1,7 +1,6 @@
alias tmux="tmux -2"
alias reload_tmux_conf="tmux source-file ~/.tmux.conf"
alias tmux_cb_to_remote_cb='tmux saveb - | linux_nc_paste_to_remote_clipboard'
alias timestamp='date +%s'
alias fn='find . -name '
alias prj='cd ~/Projects'
alias t27='tox -e py27 -- '