From 272c42d6e2626ad8589da2131e745832daa06756 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 8 Sep 2019 15:50:54 +0000 Subject: [PATCH] Change zsh directory names to english --- home/.zshrc.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.zshrc.local b/home/.zshrc.local index 4117376..8ecacb2 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -69,7 +69,7 @@ function timer() ( if [ "$?" = 0 ]; then echo "Press CTRL-C to stop the alarm…" >&2 echo -en "\a" # highlight window - paplay ~/Dokumente/sound/ringtones/Bergentrückung.wav + paplay ~/Documents/sound/ringtones/Bergentrückung.wav else echo "The sleep command failed. Please check the options." >&2 return 3 @@ -86,7 +86,7 @@ function wp() ( feh --bg-fill /usr/share/wallpapers/wallpaper.jpg fi if [ "$1" = "rand" ]; then - base="$HOME/Bilder/wallpaper" + base="$HOME/Pictures/wallpaper" rand=$(shuf -n1 -e $base/$2/*) [ -z "$rand" ] || feh --bg-fill "$rand" fi @@ -162,7 +162,7 @@ alias rls="/bin/ls --color=auto" alias line="chromium --user-data-dir=$HOME/.line --app=chrome-extension://ophjlpahpchlmihnnnihgmmeilfjmjjc/index.html" ## Environment variables -export HVSC_BASE="$HOME/Dokumente/sound/HVSC/" +export HVSC_BASE="$HOME/Documents/sound/HVSC/" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" # force antialiasing in java ## include docker functions