1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-04-24 23:31:28 +02:00

Added alias for ip command.

This commit is contained in:
2020-03-23 14:12:38 +01:00
parent e07920e8d5
commit 8447f28e1f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ sudo cp .tmux.conf ~/
sudo cp .gitconfig ~/
cp cleanup.sh ~/
echo '. ~/.bash_prompt' >> ~/.bashrc
echo "alias ip='ip -c'" >> ~/.bashrc
# 7. get my vim config
if [ ! -d ~/.vim ]; then