From 11fb88b3ccdaf6eb63fcbfd5e2f8edc0fddcd95c Mon Sep 17 00:00:00 2001 From: stitchy Date: Mon, 1 Apr 2024 21:49:04 +0000 Subject: [PATCH] I hade phone keyboards --- config/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zshrc b/config/zshrc index e15d2a8..0daeece 100755 --- a/config/zshrc +++ b/config/zshrc @@ -8,6 +8,9 @@ unsetopt PROMPT_SP bindkey -v # End of lines configured by zsh-newuser-install +# Temporary Rebuild shortcut +alias re-scarab="sudo nixos-rebuild --flake '/etc/nixos#scarab'" + export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share"