changed go func to n to not confict with the programming language

main
The_miro 2025-05-29 16:52:46 +02:00
parent a7c8b95a89
commit 0f02fb8942
2 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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