changed go func to n to not confict with the programming language
parent
a7c8b95a89
commit
0f02fb8942
2
.zshrc
2
.zshrc
|
|
@ -217,7 +217,7 @@ function y() {
|
||||||
rm -f -- "$tmp"
|
rm -f -- "$tmp"
|
||||||
}
|
}
|
||||||
|
|
||||||
function go() {
|
function n() {
|
||||||
cd $1
|
cd $1
|
||||||
echo $(pwd)
|
echo $(pwd)
|
||||||
ls -la
|
ls -la
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue