parse_timestamp and emacs.d bump.
This commit is contained in:
parent
aac5301012
commit
04a5a735f8
@ -1 +1 @@
|
||||
Subproject commit d02cbaa2dcc57df8069174cdae35b4372f50556f
|
||||
Subproject commit e2f36cbab5e9889e08c9b123e2104b8522969f76
|
@ -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"
|
||||
}
|
||||
|
@ -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 -- '
|
||||
|
Loading…
Reference in New Issue
Block a user