mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-13 01:52:25 +00:00
8c1ebd6de8
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
7 lines
215 B
Bash
7 lines
215 B
Bash
#!/usr/bin/env bash
|
|
|
|
alias rehash-and-build="abuild checksum && abuild -r"
|
|
export GIT_EDITOR="code-insiders --wait"
|
|
|
|
# handled locally via automated-deploy.bashrc
|
|
#source "${HOME}/.config/bash/tools/nixpkgs.bashrc"
|