Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
1509ac9a
Commit
1509ac9a
authored
Mar 22, 2014
by
jieryn
Browse files
add common video formats FLV and WEBM
parent
ca900216
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/common-aliases/common-aliases.plugin.zsh
View file @
1509ac9a
...
...
@@ -71,7 +71,7 @@ if [ ${ZSH_VERSION//\./} -ge 420 ]; then
_image_fts
=(
jpg jpeg png gif mng tiff tif xpm
)
for
ft
in
$_image_fts
;
do
alias
-s
$ft
=
$XIVIEWER
;
done
_media_fts
=(
av
i
mp
g
mpeg
ogm mp3 wav
ogg
ape
rm
mov mkv
)
_media_fts
=(
a
pe avi flv mkv mo
v mp
3
mpeg
mpg
ogg
ogm
rm
wav webm
)
for
ft
in
$_media_fts
;
do
alias
-s
$ft
=
mplayer
;
done
#read documents
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment