File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# A small collection of useful Bash aliases.
3
3
# https://github.com/sandren/bash
4
4
#
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`
6
6
7
7
# Directory aliases
8
8
alias ..='cd ..'
Original file line number Diff line number Diff line change 2
2
3
3
# This script installs a small collection of useful Bash aliases.
4
4
#
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`
6
6
7
7
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
9
9
sed -i ' /^# START CUSTOM ALIASES/,/^# END CUSTOM ALIASES/d;' ~ /.bashrc
10
10
cat aliases.txt >> ~ /.bashrc
11
11
rm aliases.txt
You can’t perform that action at this time.
0 commit comments