summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-13 23:57:54 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-13 23:57:54 +0200
commitd5f4bbbda73377cbf0d8e07071253ad31ba5dbd0 (patch)
treeefc02b9a0c75a08fb64526f96fb58f67e630c5d2 /.config
parente210cb99f884cb1afbb508bc6f64e27fcd7b2391 (diff)
Update shell config
Diffstat (limited to '.config')
-rwxr-xr-x.config/shell/aliasrc3
-rw-r--r--.config/shell/variables133
2 files changed, 62 insertions, 74 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 23e6cca..8364c42 100755
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -41,7 +41,8 @@ alias \
mbsync="mbsync -c $MBSYNCRC" \
monerod="monerod --data-dir "$XDG_DATA_HOME"/bitmonero" \
wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" \
- hss="hugo server --noHTTPCache"
+ hss="hugo server --noHTTPCache" \
+ tmux="tmux -u"
# Pushing to multiple git repositories
alias gua="git remote | xargs -L1 git push --all"
diff --git a/.config/shell/variables b/.config/shell/variables
index 72e8e4c..d518849 100644
--- a/.config/shell/variables
+++ b/.config/shell/variables
@@ -47,80 +47,67 @@ export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv
export GHCUP_USE_XDG_DIRS=true
# This is the list for lf icons:
-export LF_ICONS="di=📁:\
-fi=📃:\
-tw=🤝:\
-ow=📂:\
-ln=⛓:\
-or=❌:\
-ex=🎯:\
-*.txt=✍:\
-*.mom=✍:\
-*.me=✍:\
-*.ms=✍:\
-*.png=🖼:\
-*.webp=🖼:\
-*.ico=🖼:\
-*.jpg=📸:\
-*.jpe=📸:\
-*.jpeg=📸:\
-*.gif=🖼:\
-*.svg=🗺:\
-*.tif=🖼:\
-*.tiff=🖼:\
-*.xcf=🖌:\
-*.html=🌎:\
-*.xml=📰:\
-*.gpg=🔒:\
-*.css=🎨:\
-*.pdf=📚:\
-*.djvu=📚:\
-*.epub=📚:\
-*.csv=📓:\
-*.xlsx=📓:\
-*.tex=📜:\
-*.md=📘:\
-*.r=📊:\
-*.R=📊:\
-*.rmd=📊:\
-*.Rmd=📊:\
-*.m=📊:\
-*.mp3=🎵:\
-*.opus=🎵:\
-*.ogg=🎵:\
-*.m4a=🎵:\
-*.flac=🎼:\
-*.wav=🎼:\
-*.mkv=🎥:\
-*.mp4=🎥:\
-*.webm=🎥:\
-*.mpeg=🎥:\
-*.avi=🎥:\
-*.mov=🎥:\
-*.mpg=🎥:\
-*.wmv=🎥:\
-*.m4b=🎥:\
-*.flv=🎥:\
-*.zip=📦:\
-*.rar=📦:\
-*.7z=📦:\
-*.tar.gz=📦:\
-*.z64=🎮:\
-*.v64=🎮:\
-*.n64=🎮:\
-*.gba=🎮:\
-*.nes=🎮:\
-*.gdi=🎮:\
+export LF_ICONS="di=:\
+fi=:\
+tw=:\
+ow=:\
+ln=:\
+or=:\
+ex=:\
+*.txt=:\
+*.mom=:\
+*.me=:\
+*.ms=:\
+*.png=:\
+*.webp=:\
+*.ico=:\
+*.jpg=:\
+*.jpe=:\
+*.jpeg=:\
+*.gif=:\
+*.svg=:\
+*.tif=:\
+*.tiff=:\
+*.xcf=:\
+*.html=:\
+*.xml=:\
+*.gpg=:\
+*.css=:\
+*.pdf=:\
+*.djvu=:\
+*.epub=:\
+*.csv=:\
+*.xlsx=:\
+*.tex=:\
+*.md=:\
+*.mp3=:\
+*.opus=:\
+*.ogg=:\
+*.m4a=:\
+*.flac=:\
+*.wav=:\
+*.mkv=:\
+*.mp4=:\
+*.webm=:\
+*.mpeg=:\
+*.avi=:\
+*.mov=:\
+*.mpg=:\
+*.wmv=:\
+*.m4b=:\
+*.flv=:\
+*.zip=:\
+*.rar=:\
+*.7z=:\
+*.tar.gz=:\
*.1=ℹ:\
*.nfo=ℹ:\
*.info=ℹ:\
-*.log=📙:\
-*.iso=📀:\
-*.img=📀:\
-*.bib=🎓:\
-*.ged=👪:\
-*.part=💔:\
-*.torrent=🔽:\
-*.jar=♨:\
-*.java=♨:\
+*.log=:\
+*.iso=:\
+*.img=:\
+*.bib=:\
+*.ged=:\
+*.part=:\
+*.torrent=:\
"