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
Ohmyzsh
Commits
c137c7bf
Commit
c137c7bf
authored
Mar 22, 2014
by
Robby Russell
Browse files
Merge pull request #2639 from jieryn/master
add common video formats FLV and WEBM
parents
ca900216
1509ac9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/common-aliases/common-aliases.plugin.zsh
View file @
c137c7bf
...
@@ -71,7 +71,7 @@ if [ ${ZSH_VERSION//\./} -ge 420 ]; then
...
@@ -71,7 +71,7 @@ if [ ${ZSH_VERSION//\./} -ge 420 ]; then
_image_fts
=(
jpg jpeg png gif mng tiff tif xpm
)
_image_fts
=(
jpg jpeg png gif mng tiff tif xpm
)
for
ft
in
$_image_fts
;
do
alias
-s
$ft
=
$XIVIEWER
;
done
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
for
ft
in
$_media_fts
;
do
alias
-s
$ft
=
mplayer
;
done
#read documents
#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