diff options
author | awy <awy@awy.one> | 2025-08-20 16:50:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-20 16:50:25 +0300 |
commit | 180a5541c3ad9f3629518c6c5b8ef52811a5f68b (patch) | |
tree | 9bac74acc863afded8d499130475dcc99c887d87 /.config/shell | |
parent | 6354522bc3bf9d26b5915687119a3309665cf53f (diff) | |
download | hyprdots-180a5541c3ad9f3629518c6c5b8ef52811a5f68b.tar.gz |
alias
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/aliasrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index e4d5d39..0516814 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -46,7 +46,7 @@ alias \ trem="transmission-remote" \ YT="youtube-viewer" \ sdn="shutdown -h now" \ - e="$EDITOR" \ + e="emerge" \ v="$EDITOR" \ p="paru" \ z="zathura" \ @@ -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="doas emerge -avuDN @world" + emg="emerge -avuDN @world" # Git related alias \ |