Skip to content

Commit b96b6b4

Browse files
authored
Update .bash_aliases
1 parent af174f0 commit b96b6b4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.bash_aliases

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
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

Comments
 (0)