mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-01 04:03:40 +00:00
5 lines
113 B
Text
5 lines
113 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
alias generate-hash="abuild checksum && abuild -r"
|
||
|
export GIT_EDITOR="code-insiders --wait"
|