1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

mime: cleaned up mimetypes

This commit is contained in:
TiynGER
2021-06-22 02:31:04 +02:00
parent 32c4f82c30
commit 8457ff3851
8 changed files with 7 additions and 17 deletions

View File

@@ -129,7 +129,6 @@ background() {
done
}
source $HOME/.config/zsh/suffixaliasrc 2>/dev/null # Load suffix aliases
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" # Load aliases
# Load command-not-found-handler

View File

@@ -1,5 +0,0 @@
#/bin/zsh
alias -s pdf="background $READER"
alias -s tex="$EDITOR"
alias -s {png,jpg,jpeg}="background $IMAGE"