We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cs
1 parent 327680d commit 5883632Copy full SHA for 5883632
docs/assets/dotfiles/.bashrc-asrob
@@ -1,5 +1,5 @@
1
## cd + ls, by @jgvictores
2
-function cs () { cd $1; ls; }
+function cs () { cd ${1:+"$1"}; ls; }
3
4
## transfer path: guarda el path actual en un fichero oculto, by @jgvictores
5
function tp () { pwd > ~/.sp; }
0 commit comments