1 parent 50e5e33 commit 3b742fbCopy full SHA for 3b742fb
1 file changed
runes/bash/aliases.bash
@@ -252,7 +252,7 @@ alias alert='notify-send -i "$([ $? = 0 ] && echo "/usr/share/icons/Adwaita/48x4
252
#shellcheck disable=2142
253
alias fix_divinity="cd $HOME/.disks/nvme/media/games/steam/steamapps/common/Divinity\ Original\ Sin\ 2/ && mv ./bin ./bin.bak && ln -s DefEd/bin bin && cd bin && mv ./SupportTool.exe ./SupportTool.bak && ln -s EoCApp.exe SupportTool.exe"
254
command -v neofetch &>/dev/null ||
255
- alias neofetch="curl -L --silent https://mendess.xyz/api/v1/file/neofetch | bash"
+ alias neofetch="curl -L --silent https://mendess.xyz/files/neofetch | bash"
256
alias cp='cp -v'
257
alias mv='mv -v'
258
alias rm='rm -v'
0 commit comments