Skip to content
Snippets Groups Projects
Commit c7c1111d authored by eisenale's avatar eisenale
Browse files

.zshrc file added with new cs function like bashrc

parent c83006c3
No related branches found
No related tags found
No related merge requests found
.zshrc 0 → 100644
function cs() {
cd $1;
ls
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment