minus-squareFushuan [he/him]@lemm.eetolinuxmemes@lemmy.world•That is the waylinkfedilinkarrow-up0·17 days agoPut this in bashrc or whatever flavour of shells’s bashrc you use: function cs () { cd “$@” && ls } I didnt remember the function sintax of bash so I just copied it from SO. linkfedilink
Put this in bashrc or whatever flavour of shells’s bashrc you use:
I didnt remember the function sintax of bash so I just copied it from SO.