summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index 4719c28..53161ed 100644
--- a/.zprofile
+++ b/.zprofile
@@ -68,11 +68,15 @@ ex=🎯:\
*.me=✍:\
*.ms=✍:\
*.png=🖼:\
+*.webp=🖼:\
*.ico=🖼:\
*.jpg=📸:\
+*.jpe=📸:\
*.jpeg=📸:\
*.gif=🖼:\
*.svg=🗺:\
+*.tif=🖼:\
+*.tiff=🖼:\
*.xcf=🖌:\
*.html=🌎:\
*.xml=📰:\
@@ -89,6 +93,7 @@ ex=🎯:\
*.R=📊:\
*.rmd=📊:\
*.Rmd=📊:\
+*.m=📊:\
*.mp3=🎵:\
*.opus=🎵:\
*.ogg=🎵:\
@@ -106,6 +111,9 @@ ex=🎯:\
*.z64=🎮:\
*.v64=🎮:\
*.n64=🎮:\
+*.gba=🎮:\
+*.nes=🎮:\
+*.gdi=🎮:\
*.1=ℹ:\
*.nfo=ℹ:\
*.info=ℹ:\
@@ -116,6 +124,8 @@ ex=🎯:\
*.ged=👪:\
*.part=💔:\
*.torrent=🔽:\
+*.jar=♨:\
+*.java=♨:\
"
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ] && shortcuts >/dev/null 2>&1 &