zsh: Removed spaces from lines
This commit is contained in:
parent
298ab38131
commit
03728e1997
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -333,7 +333,7 @@
|
||||||
sudo ip link set dev $interface up
|
sudo ip link set dev $interface up
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Git cLONE cD
|
# Git cLONE cD
|
||||||
gloned() {
|
gloned() {
|
||||||
git clone "$1"
|
git clone "$1"
|
||||||
|
@ -343,7 +343,7 @@
|
||||||
fi
|
fi
|
||||||
ls
|
ls
|
||||||
}
|
}
|
||||||
|
|
||||||
calc() {
|
calc() {
|
||||||
echo $(($*))
|
echo $(($*))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue