summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-07-02 21:00:55 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-07-02 21:00:55 -0400
commit1cb3d43726f7d4b89e1e6866b195f1a9e174c9ee (patch)
treebdaeeac3fdfb1c36e0235c124ba826ea519b6fc4 /.zprofile
parent9e110a87c7175db47d8b0d89eb8e3b08f94392c4 (diff)
parent595b78aa4fff2d56893a8ce6d2a88dce8c719550 (diff)
downloadeibhear-1cb3d43726f7d4b89e1e6866b195f1a9e174c9ee.tar.gz
eibhear-1cb3d43726f7d4b89e1e6866b195f1a9e174c9ee.tar.zst
eibhear-1cb3d43726f7d4b89e1e6866b195f1a9e174c9ee.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile8
1 files changed, 8 insertions, 0 deletions
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 &