diff --git a/.config/git/config b/.config/git/config index f16cb95..7b36b83 100644 --- a/.config/git/config +++ b/.config/git/config @@ -165,6 +165,7 @@ f = fetch fa = fetch --all fs = !git fetch && git st + lr = pull --rebase lu = !git pull upstream ${1:-$(git curbranch)} rg = rmgonebranches diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf index ab7f61e..9d123ee 100644 --- a/.config/redshift/redshift.conf +++ b/.config/redshift/redshift.conf @@ -1,6 +1,6 @@ [redshift] temp-day=6400 -temp-night=3200 +temp-night=3600 brightness-day=1.0 -brightness-night=0.6 +brightness-night=0.8 fade=1 diff --git a/.local/bin/scripts/moul b/.local/bin/scripts/moul index c272bac..56e69da 100755 --- a/.local/bin/scripts/moul +++ b/.local/bin/scripts/moul @@ -12,7 +12,7 @@ fi grep -e "[^\w=/]$1[^\w/]" /etc/fstab && mount "$@" && exit 0 case "$1" in - (sd*|loop*|nvme*|md*|dm*|vg*) partition="/dev/$1" + (sd*|loop*|nvme*|mm*|md*|dm*|vg*) partition="/dev/$1" mountpoint="${2:-${MNT:-${XDG_RUNTIME_DIR}/mnt}/$1}" grep -e "[^\w=/]$mountpoint[^\w/]" /etc/fstab && shift && mount "$mountpoint" "$@" && exit 0;; (*) partition="-L $1";; diff --git a/.zprofile b/.zprofile index 60e4dc7..ae77a97 100644 --- a/.zprofile +++ b/.zprofile @@ -57,7 +57,7 @@ export IGNOREDIRS="-x dev -x .sync -x .stfolder -x .git -x .gradle -x .idea -x o # red stderr test -f "/usr/lib/libstderred.so" && export LD_PRELOAD="/usr/lib/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}" # software config -export TEXMF=/usr/share/context +#export TEXMF=/usr/share/context export KSCRIPT_IDEA_COMMAND=intellij-idea-ultimate-edition ## enable pass extensions export PASSWORD_STORE_ENABLE_EXTENSIONS="true"