Following now shows a deprecation notice instead, to cure my own habits.
This commit is contained in:
parent
949490b890
commit
d85b1f4f11
|
@ -49,7 +49,7 @@ actions="notifs notifs2 comments freepost shitpost follow unfollow home deref wh
|
||||||
#Lurkan
|
#Lurkan
|
||||||
notifs(){ getauth "user/replies" ".replies | reverse | $notifs"; }
|
notifs(){ getauth "user/replies" ".replies | reverse | $notifs"; }
|
||||||
notifs2(){ getauth "user/mention" ".mentions | reverse | $notifs"; }
|
notifs2(){ getauth "user/mention" ".mentions | reverse | $notifs"; }
|
||||||
following(){ home; } # I am gonna fuck myself up so bad when I remap this.
|
following(){ echo "use <home> instead"; } # Maybe this will help.
|
||||||
home(){ getauth "post/list" ".posts | $posts" "type_=Subscribed"; }
|
home(){ getauth "post/list" ".posts | $posts" "type_=Subscribed"; }
|
||||||
comments(){ getauth "post" "(.post_view | $showpost), (.comments | reverse | $comments)" "id=$1"; }
|
comments(){ getauth "post" "(.post_view | $showpost), (.comments | reverse | $comments)" "id=$1"; }
|
||||||
#Postan
|
#Postan
|
||||||
|
|
Loading…
Reference in New Issue
Block a user