Skip to content

Commit 77217c2

Browse files
author
sandren
committed
feat: use raw.githack.com for sources
1 parent 29c7ba8 commit 77217c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aliases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# A small collection of useful Bash aliases.
33
# https://github.com/sandren/bash
44
#
5-
# To update run: `curl -s https://ghcdn.rawgit.org/sandren/bash/master/index.txt | bash`
5+
# To update run: `curl -s https://raw.git.rest/sandren/bash/master/index.txt | bash`
66

77
# Directory aliases
88
alias ..='cd ..'

index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# This script installs a small collection of useful Bash aliases.
44
#
5-
# Quick install: `curl -s https://ghcdn.rawgit.org/sandren/bash/master/index.txt | bash`
5+
# Quick install: `curl -s https://raw.git.rest/sandren/bash/master/index.txt | bash`
66

77
cd ~
8-
wget -q https://ghcdn.rawgit.org/sandren/bash/master/aliases.txt
8+
wget -q https://raw.git.rest/sandren/bash/master/aliases.txt
99
sed -i '/^# START CUSTOM ALIASES/,/^# END CUSTOM ALIASES/d;' ~/.bashrc
1010
cat aliases.txt >> ~/.bashrc
1111
rm aliases.txt

0 commit comments

Comments
 (0)