diff --git a/.zprofile b/.zprofile index 4719c28..8f511ac 100644 --- a/.zprofile +++ b/.zprofile @@ -73,6 +73,8 @@ ex=🎯:\ *.jpeg=📸:\ *.gif=🖼:\ *.svg=🗺:\ +*.tif=🖼:\ +*.tiff=🖼:\ *.xcf=🖌:\ *.html=🌎:\ *.xml=📰:\ @@ -89,6 +91,7 @@ ex=🎯:\ *.R=📊:\ *.rmd=📊:\ *.Rmd=📊:\ +*.m=📊:\ *.mp3=🎵:\ *.opus=🎵:\ *.ogg=🎵:\ @@ -106,6 +109,9 @@ ex=🎯:\ *.z64=🎮:\ *.v64=🎮:\ *.n64=🎮:\ +*.gba=🎮:\ +*.nes=🎮:\ +*.gdi=🎮:\ *.1=ℹ:\ *.nfo=ℹ:\ *.info=ℹ:\ @@ -116,6 +122,8 @@ ex=🎯:\ *.ged=👪:\ *.part=💔:\ *.torrent=🔽:\ +*.jar=♨:\ +*.java=♨:\ " [ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ] && shortcuts >/dev/null 2>&1 &