From eead1313db3024e04cce70840e52cad4c7ddfd45 Mon Sep 17 00:00:00 2001 From: Luke Bubar Date: Thu, 2 Jul 2020 17:47:45 -0400 Subject: [PATCH] Added more lf emoji tags --- .zprofile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 4719c28e..e75bde96 100644 --- a/.zprofile +++ b/.zprofile @@ -11,7 +11,7 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" # Default programs: export EDITOR="nvim" export TERMINAL="st" -export BROWSER="brave" +export BROWSER="waterfox-current" export READER="zathura" # ~/ Clean-up: @@ -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 &