Index
dotfiles
/
5a1d640
My personal dotfiles for Debian/Ubuntu.
Download
|
Refs
|
Commit Log
|
Files
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
48
11 Jul 2022 19:58
34e00de
Realias highlight to dog instead of cat
Josh Stockin
1
1
1
G
Blob @
dotfiles
/
.xonsh_aliases
text/plain
259 bytes
download raw
1
aliases["python"]='python3'
2
aliases["v"]='vim'
3
aliases["gp"]='git push; git push github'
4
5
aliases["dog"]='highlight -O ansi'
6
7
aliases["t"]='todo.sh'
8
aliases["todo"]='todo.sh'
9
aliases["tl"]='todo.sh ls'
10
aliases["tla"]='todo.sh lsa'
11
aliases["ta"]='todo.sh add'
12