alias to open my medidation extension

This commit is contained in:
MorganGeek 2020-07-13 16:14:35 +02:00
parent 6dc24efc11
commit f9fbf5bc04

View File

@ -16,6 +16,8 @@ alias root='sudo -i'
alias ':q'='exit' alias ':q'='exit'
alias current_hour='date +"%H:%M"' alias current_hour='date +"%H:%M"'
alias current_time='current_hour' alias current_time='current_hour'
# FIXME : register the alias only if browser is Chrome based (Google Chrome/Brave/etc)
alias meditate='browse chrome-extension://onjcfgnjjbnflacfbnjaapcbiecckilk/popup.html#fullscreen'
alias runhooks='pre-commit run -a' alias runhooks='pre-commit run -a'
alias tryhook='pre-commit try-repo .' alias tryhook='pre-commit try-repo .'
alias whatyear='current_year' alias whatyear='current_year'