mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Added a function to extract various archives.
Also an alias for the function.
This commit is contained in:
parent
4fadc30247
commit
ff0b25b745
2 changed files with 23 additions and 0 deletions
|
|
@ -21,3 +21,5 @@ alias ll='ls -l'
|
|||
alias sl=ls # often screw this up
|
||||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
alias x=extract
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue