This commit is contained in:
Christoffer Martinsson 2024-10-04 18:01:41 +02:00
parent b30b56e36d
commit e97a472473

View File

@ -345,7 +345,9 @@ printf -- '\033[33m Adding path to bashrc\n\033[37m'
echo 'PATH="$HOME/.local/bin:$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
echo 'alias vi="nvim"' >> ~/.bashrc
echo 'alias vim="nvim"' >> ~/.bashrc
echo 'alias ls="eza -1 -l --icons=auto --git-repos --git -h -g --total-size -o --no-permissions -a"' >> ~/.bashrc
echo 'alias ls="eza -1 -l --icons=auto -h -g -o --no-permissions -a"' >> ~/.bashrc
echo 'alias lsg="eza -1 -l --icons=auto --git-repos --git -h -g -o --no-permissions -a"' >> ~/.bashrc
echo 'alias lss="eza -1 -l --icons=auto -h -g --total-size -o --no-permissions -a"' >> ~/.bashrc
echo 'source ~/.fzf.bash' >> ~/.bashrc
echo 'eval "$(zoxide init bash)"' >> ~/.bashrc