Moved from home.nix to bashrc for interoperability

This commit is contained in:
Bryan Ramos 2023-05-23 16:08:15 -04:00
parent 90f316e058
commit 98df077bef

View file

@ -38,9 +38,10 @@ if [ -d "$bash_completion_dir" ]; then
done done
fi fi
# Alias List # Alias List
alias ls='lsd' alias ls='lsd'
alias vi='nvim'
alias vim='nvim'
## ##