diff options
author | awy <awy@awy.one> | 2025-08-30 00:46:07 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-30 00:46:07 +0300 |
commit | 6b938d3204ae42f695eabca3533e4f56909f0613 (patch) | |
tree | e142500592769efbd8c53c6d2b511f62e42c0672 | |
parent | 673f1c452d9733a1be2b95ccb02df78559c576ab (diff) | |
download | hyprdots-6b938d3204ae42f695eabca3533e4f56909f0613.tar.gz |
alias
-rw-r--r-- | .config/shell/aliasrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 5c88004..0bb67f1 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -55,7 +55,8 @@ alias \ md="monerod --prune-blockchain --fast-block-sync 1 --data-dir /mnt/ssd/monero/bitmonero" \ fetch="fastfetch --logo-color-2 default" \ de="doasedit" \ - pu="emerge -avuDN @world" + pu="emerge -avuDN @world" \ + eq="equery" \ # Git related alias \ |