Index
dotfiles
/
2026f10
My personal dotfiles for Debian/Ubuntu.
Download
|
Refs
|
Commit Log
|
Files
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
47
11 Jul 2022 19:57
2026f10
Realias cat to highlight command
Josh Stockin
1
2
0
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["cat"]='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