home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5860b7a
)
Remove ascending flag
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 8 Dec 2019 00:58:24 +0000
(19:58 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 8 Dec 2019 00:58:24 +0000
(19:58 -0500)
since we're piping to less anyhow...
home/lib/login_aliases.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_aliases.sh
b/home/lib/login_aliases.sh
index
0832bec
..
deb783a
100644
(file)
--- a/
home/lib/login_aliases.sh
+++ b/
home/lib/login_aliases.sh
@@
-10,4
+10,4
@@
alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
alias tm='tmux'
#alias startx='printf "Use a specialized startx-...\n"'
alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
-alias twread='twtxt timeline --
ascending --
limit 1000 | less'
+alias twread='twtxt timeline --limit 1000 | less'
This page took
0.027563 seconds
and
4
git commands to generate.