We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af174f0 commit b96b6b4Copy full SHA for b96b6b4
1 file changed
.bash_aliases
@@ -1 +1,7 @@
1
alias ll='ls -l'
2
+
3
+if [ ! -d "$HOME/.local/bin" ]; then
4
+ mkdir -p "$HOME/.local/bin"
5
+fi
6
7
+export PATH="$HOME/.local/bin:$PATH"
0 commit comments