Skip to content

Commit

Permalink
alias for getting the utc time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Luehrs authored and doy committed Nov 26, 2015
1 parent fe18d6b commit ea709fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases
Expand Up @@ -37,6 +37,7 @@ alias g="vim --cmd 'let g:startify_disable_at_vimenter = 1' -c 'call feedkeys(\"
alias T="vim --cmd 'let g:startify_disable_at_vimenter = 1' -c 'call feedkeys(\"T\")'"
alias wifi="sudo systemctl restart netctl-auto@wlp3s0"
alias prove="forkprove"
alias utc="TZ=UTC date"
function web {
local port=$1
if [[ -z $port ]]; then
Expand Down

0 comments on commit ea709fc

Please sign in to comment.