Added more lf emoji tags

This commit is contained in:
Luke Bubar 2020-07-02 17:47:45 -04:00
parent 1ca7338596
commit eead1313db

View File

@ -11,7 +11,7 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')"
# Default programs: # Default programs:
export EDITOR="nvim" export EDITOR="nvim"
export TERMINAL="st" export TERMINAL="st"
export BROWSER="brave" export BROWSER="waterfox-current"
export READER="zathura" export READER="zathura"
# ~/ Clean-up: # ~/ Clean-up:
@ -73,6 +73,8 @@ ex=🎯:\
*.jpeg=📸:\ *.jpeg=📸:\
*.gif=🖼:\ *.gif=🖼:\
*.svg=🗺:\ *.svg=🗺:\
*.tif=🖼:\
*.tiff=🖼:\
*.xcf=🖌:\ *.xcf=🖌:\
*.html=🌎:\ *.html=🌎:\
*.xml=📰:\ *.xml=📰:\
@ -89,6 +91,7 @@ ex=🎯:\
*.R=📊:\ *.R=📊:\
*.rmd=📊:\ *.rmd=📊:\
*.Rmd=📊:\ *.Rmd=📊:\
*.m=📊:\
*.mp3=🎵:\ *.mp3=🎵:\
*.opus=🎵:\ *.opus=🎵:\
*.ogg=🎵:\ *.ogg=🎵:\
@ -106,6 +109,9 @@ ex=🎯:\
*.z64=🎮:\ *.z64=🎮:\
*.v64=🎮:\ *.v64=🎮:\
*.n64=🎮:\ *.n64=🎮:\
*.gba=🎮:\
*.nes=🎮:\
*.gdi=🎮:\
*.1=:\ *.1=:\
*.nfo=:\ *.nfo=:\
*.info=:\ *.info=:\
@ -116,6 +122,8 @@ ex=🎯:\
*.ged=👪:\ *.ged=👪:\
*.part=💔:\ *.part=💔:\
*.torrent=🔽:\ *.torrent=🔽:\
*.jar=♨:\
*.java=♨:\
" "
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ] && shortcuts >/dev/null 2>&1 & [ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ] && shortcuts >/dev/null 2>&1 &