mirror of
https://github.com/gryf/vmstrap.git
synced 2026-01-05 13:24:18 +01:00
Added alias for ip command.
This commit is contained in:
@@ -91,6 +91,7 @@ echo "bind -t vi-copy 'y' copy-selection" >> ~/.tmux.conf
|
|||||||
cp .gitconfig ~/
|
cp .gitconfig ~/
|
||||||
cp cleanup.sh ~/
|
cp cleanup.sh ~/
|
||||||
echo '. ~/.bash_prompt' >> ~/.bashrc
|
echo '. ~/.bash_prompt' >> ~/.bashrc
|
||||||
|
echo "alias ip='ip -c'" >> ~/.bashrc
|
||||||
|
|
||||||
# 8. get my vim config
|
# 8. get my vim config
|
||||||
if [ ! -d ~/.vim ]; then
|
if [ ! -d ~/.vim ]; then
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ sudo cp .tmux.conf ~/
|
|||||||
sudo cp .gitconfig ~/
|
sudo cp .gitconfig ~/
|
||||||
cp cleanup.sh ~/
|
cp cleanup.sh ~/
|
||||||
echo '. ~/.bash_prompt' >> ~/.bashrc
|
echo '. ~/.bash_prompt' >> ~/.bashrc
|
||||||
|
echo "alias ip='ip -c'" >> ~/.bashrc
|
||||||
|
|
||||||
# 7. get my vim config
|
# 7. get my vim config
|
||||||
if [ ! -d ~/.vim ]; then
|
if [ ! -d ~/.vim ]; then
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ echo "bind-key -T copy-mode-vi 'y' send -X copy-selection" >> ~/.tmux.conf
|
|||||||
cp .gitconfig ~/
|
cp .gitconfig ~/
|
||||||
cp cleanup.sh ~/
|
cp cleanup.sh ~/
|
||||||
echo '. ~/.bash_prompt' >> ~/.bashrc
|
echo '. ~/.bash_prompt' >> ~/.bashrc
|
||||||
|
echo "alias ip='ip -c'" >> ~/.bashrc
|
||||||
|
|
||||||
# 7. get my vim config
|
# 7. get my vim config
|
||||||
git clone https://github.com/gryf/.vim ~/.vim
|
git clone https://github.com/gryf/.vim ~/.vim
|
||||||
|
|||||||
Reference in New Issue
Block a user