Skip to content

Commit

Permalink
aliases: Add aliases to read manpages-tldr and to send HUP to processes
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed May 6, 2016
1 parent 1ac783f commit 6b02eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/.config/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ alias vim='nvim'
alias v='vim'
alias gv='gvim'
alias vc='vim -u NONE' # "clean" vim, run without config
alias re='pkill -HUP -x'

# Apt
alias ac='apt-cache'
Expand All @@ -26,3 +27,4 @@ alias ct='cgdb -nh'
alias py='python3' # I often mistype it as pytohn, so let's not type it at all
alias ipy='ipython3'
alias i='ip -4 -oneline a | column -t | colrm 35'
alias tldr='man -s tldr'

0 comments on commit 6b02eb2

Please sign in to comment.