Added Dotfiles
This commit is contained in:
parent
9cd2220adb
commit
9ea4faff29
17 changed files with 622 additions and 0 deletions
7
zsh/aliases.d/stuff.zsh
Normal file
7
zsh/aliases.d/stuff.zsh
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Stuff
|
||||
alias h='history'
|
||||
alias hgrep="fc -El 0 | grep"
|
||||
alias j='jobs'
|
||||
alias p='ps -f'
|
||||
alias sortnr='sort -n -r'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue