myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 104b2c1ed0d6877c2741ec95257825edf1c70b69
parent 9622ad62e0545d101e6edf74e0d39501170ecdab
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 29 Jan 2022 00:18:07 +0100

Merge branch 'master' of a3nm.net:git/myconfig

Diffstat:
apt/desktop | 2+-
zsh/zshrc | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/apt/desktop b/apt/desktop @@ -179,7 +179,7 @@ xserver-xorg-legacy # for legacy drivers seahorse # manage keys etc. pulseaudio -rtkit # realtime? +# rtkit # realtime? acpi-support # only for laptops, because it depends on X diff --git a/zsh/zshrc b/zsh/zshrc @@ -1,6 +1,7 @@ . ~/.zsh/path . ~/.zsh/alias . ~/.zsh/fontsize +. ~/.zsh/perso SHORTHOST=$(hostname | cut -d'.' -f1) export $SHORTHOST