This commit is contained in:
2019-02-01 22:49:15 -05:00
parent eb726a13c9
commit 64311dfb06
10 changed files with 45 additions and 21 deletions

View File

@@ -117,8 +117,8 @@ pipes "pipes.sh -t 3"
# silent="> /dev/null 2>&1& "
chr "google-chrome"
h "htop -s PERCENT_MEM"
hc "htop -s PERCENT_CPU"
# h "htop -s PERCENT_MEM"
# hc "htop -s PERCENT_CPU"
r "ranger"
mr "man ranger"
clc "cloc ."
@@ -208,7 +208,7 @@ gcu "git commit"
gcam "git add -A . && git commit --amend --no-edit -S"
# gcamp "git add -A . && git commit --amend --no-edit -S && gpsf"
psgi "git add . && git commit -m '.' -S && git push"
psgi "git add . && git commit -m 'Update' -S && git push"
gps "git push"
gpsn "git push --set-upstream origin master"
gpsf "git push --force"
@@ -293,8 +293,10 @@ tcl "tex-clean"
# mfs
mfs "nvim /home/kevin/coding/best-mf-site-personal/index.html"
hps "python3 -m http.server"
j "jekyll"
js "jekyll serve"
# j "jekyll"
# js "jekyll serve"
h "hugo"
he "hugo serve --disableFastRender"
ss "ssh kevin@192.168.0.100"
@@ -306,7 +308,7 @@ ss "ssh kevin@192.168.0.100"
# sa "ssh k@192.168.0.17"
# cpi "scp interceptor.c kevin@192.168.0.17:/home/kevin/a1"
# cpti "gcc -m32 -o test_intercept test_intercept.c && scp test_intercept k@192.168.0.17:/home/k/a1"
ma "make"
m "printf '\033c' && make"
mc "make clean"
# }}} school #