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
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
# Git cLONE cD
|
||||
gloned() {
|
||||
git clone "$1"
|
||||
|
@ -343,7 +343,7 @@
|
|||
fi
|
||||
ls
|
||||
}
|
||||
|
||||
|
||||
calc() {
|
||||
echo $(($*))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue