Compare commits
2 Commits
97e4202569
...
0a744d953d
Author | SHA1 | Date |
---|---|---|
ktyl | 0a744d953d | |
ktyl | 0d8ee6bceb |
|
@ -10,6 +10,7 @@ https://idlewords.com/index.xml
|
|||
https://ktyl.dev/blog/index.xml
|
||||
https://lord.re/posts/index.xml
|
||||
https://maggieappleton.com/rss.xml
|
||||
https://mitxela.com/feed
|
||||
https://ploum.net/atom_en.xml
|
||||
https://ploum.net/atom_fr.xml
|
||||
https://qntm.org/rss.php?blog
|
||||
|
|
|
@ -25,6 +25,12 @@ alias v=$EDITOR
|
|||
alias w="curl '$WTTRURL'"
|
||||
alias weather="curl '$WTTRURL'"
|
||||
|
||||
# navigation
|
||||
alias gdn="cd $HOME/src/garden"
|
||||
alias kty="cd $HOME/src/ktyl.dev"
|
||||
alias jnl="cd $HOME/src/journal"
|
||||
|
||||
|
||||
# you're not in Vim ya dummy
|
||||
alias :q=exit
|
||||
alias :wq=exit
|
||||
|
|
Loading…
Reference in New Issue