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
cd37d19d
Commit
cd37d19d
authored
Oct 08, 2016
by
Florian Boulay
Committed by
Marc Cornellà
Oct 08, 2016
Browse files
Add m4a format in the common aliases plugin (#5502)
The m4a file format can be opened in the command line with mplayer
parent
d69f2850
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/common-aliases/common-aliases.plugin.zsh
View file @
cd37d19d
...
@@ -63,7 +63,7 @@ if is-at-least 4.2.0; then
...
@@ -63,7 +63,7 @@ if is-at-least 4.2.0; 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
=(
ape avi flv mkv mov mp3 mpeg mpg ogg ogm
rm
wav webm
)
_media_fts
=(
ape avi flv
m4a
mkv mov mp3 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