diff options
author | awy <awy@awy.one> | 2025-08-21 17:29:09 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-21 17:29:09 +0300 |
commit | 6a1a136009f114d8f37e5830f410b10f789f9c53 (patch) | |
tree | 757179b64855a8fc97db1eec5d0f7ca8ea57ae4e | |
parent | cbbb75cbae0d50f92e1f03a441df73a3a35b6172 (diff) | |
download | hyprdots-6a1a136009f114d8f37e5830f410b10f789f9c53.tar.gz |
alias
-rw-r--r-- | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 0516814..5c88004 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -55,7 +55,7 @@ alias \ md="monerod --prune-blockchain --fast-block-sync 1 --data-dir /mnt/ssd/monero/bitmonero" \ fetch="fastfetch --logo-color-2 default" \ de="doasedit" \ - emg="emerge -avuDN @world" + pu="emerge -avuDN @world" # Git related alias \ |