updates (and remove nitrogen config)

This commit is contained in:
Nemo 2019-02-28 10:50:17 +05:30
parent 4f95d87ec5
commit ca5d91df83
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ function gco_date() {
git checkout `git rev-list -n 1 --before="$1" master`
}
function make_aoc() {
pdftk $1 cat 1 output 1-$1
pdftk 1-$1 aoc.pdf cat output aoc-$1
}
#My latest prompt
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1