fixed syntax error
This commit is contained in:
parent
ef92c5188f
commit
3cfe5fd0e0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# aliases
|
||||
alias ll='ls -lah'
|
||||
alias ls='ls --color=auto
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
|
|
|
@ -20,4 +20,4 @@ ln -sfv "$DOTFILES_DIR/.env" ~
|
|||
. "$DOTFILES_DIR/install/python.sh"
|
||||
|
||||
# pkg managers
|
||||
. "$DOTFILES_DIR/install/pip.sh"
|
||||
. "$DOTFILES_DIR/pip.sh"
|
||||
|
|
Loading…
Add table
Reference in a new issue