diff options
author | awy <awy@awy.one> | 2025-08-17 16:31:07 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-17 16:31:07 +0300 |
commit | d13a243b280fc4ff0965e126f176bfd5622bc20c (patch) | |
tree | 644d2dc8f8ed3f47f94d79415ce9cd2795e01665 /.config/shell | |
parent | 2af92fc825441c26e93effc990d578ce33900c7b (diff) | |
download | hyprdots-d13a243b280fc4ff0965e126f176bfd5622bc20c.tar.gz |
more aliases
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/aliasrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 3da1d51..39a4a0d 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -53,8 +53,9 @@ alias \ lg="lazygit" \ sx="swayimg" \ md="monerod --prune-blockchain --fast-block-sync 1 --data-dir /mnt/ssd/monero/bitmonero" \ - fetch="fastfetch" \ - de="doasedit" + fetch="fastfetch --logo-color-2 default" \ + de="doasedit" \ + emg="doas emerge -avuDN @world" # Git related alias \ |