mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added more lf emoji tags
This commit is contained in:
parent
1ca7338596
commit
eead1313db
10
.zprofile
10
.zprofile
@ -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 &
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user