Update windows readme

This commit is contained in:
2020-11-30 21:08:07 -05:00
parent 3dec337272
commit 862ad96ee3
2 changed files with 12 additions and 2 deletions

View File

@@ -498,7 +498,7 @@ alias dot='cd ~/.dotfiles'
alias duh='du -csh'
alias exp='explorer .'
alias f='fg'
alias grep='grep --color=auto --exclude=tags '
alias grep='grep --color=auto --exclude=tags -n '
alias hist='history'
alias histroy='history'
alias irb='irb --readline -r irb/completion'
@@ -566,7 +566,7 @@ alias tw-60-compressed='dl_twitch_vid "1080p60" 0 25'
alias tw-60-shortname='dl_twitch_vid "1080p60" 1 0'
alias tw-60-shortname-compressed='dl_twitch_vid "1080p60" 1 25'
alias tw-720='dl_twitch_vid "720p-1" 0 0'
alias tw-720='dl_twitch_vid "720p" 0 0'
alias tw-720-compressed='dl_twitch_vid "720p-1" 0 25'
alias tw-720-shortname='dl_twitch_vid "720p-1" 1 0'
alias tw-720-60='dl_twitch_vid "720p60" 0 0'