21.06.2018

This commit is contained in:
2018-06-21 12:20:42 +03:00
parent 47d171af7d
commit 30bd0d4eb5
+3 -2
View File
@@ -6,11 +6,12 @@ alias mkvenv="python3 -m venv .venv && source .venv/bin/activate"
alias gcd='git checkout development'
alias here=gnome-terminal
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS,.venv} '
alias save='gca && gp'
function commands() {
function _commands() {
awk '{a[$2]++}END{for(i in a){print a[i] " " i}}'
}
alias topten="history | commands | sort -rn | head"
alias topten="history | _commands | sort -rn | head"
function _show_answers() {
for f in *; do