My personal dotfiles for Debian/Ubuntu.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
49 | 23 Jul 2022 19:54 | 686bea1 | Add "." => "source" in xonsh_aliases | Josh Stockin | 1 | 2 | 0 | G |
1 | aliases["."]='source' |
2 | |
3 | aliases["python"]='python3' |
4 | aliases["v"]='vim' |
5 | aliases["gp"]='git push; git push github' |
6 | |
7 | aliases["dog"]='highlight -O ansi' |
8 | |
9 | aliases["t"]='todo.sh' |
10 | aliases["todo"]='todo.sh' |
11 | aliases["tl"]='todo.sh ls' |
12 | aliases["tla"]='todo.sh lsa' |
13 | aliases["ta"]='todo.sh add' |
14 |