Added Neofetch config

Updated set-from-git. 209-a2 aliases.
This commit is contained in:
2018-02-15 02:57:14 -05:00
parent 0d327968c0
commit 5ac1b0d77d
5 changed files with 745 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ alias s="systemctl suspend"
alias hst="history"
alias topo="top -o %MEM"
alias rmsw="rm .sw*"
alias nf="neofetch"
# }}} System #
# Directories {{{ #

View File

@@ -75,8 +75,12 @@ run() {
done < $1.in
}
# temp
# l5
alias mka="make all; ./bitmap_printer.out dog.bmp"
alias mkt="make test_print && ./test_print.out"
alias mka="make all && ./print_ptree.out 4463"
# alias db="gdb ./print_ptree.out < gdb.txt"
deb() {
gdb ./print_ptree.out < "$1"
}
# }}}
# }}}