dotfiles/dot_bashrc
V fac0c8b79c Add .chezmoi.toml
Update .bashrc
Add .scripts/fuck_nvidia.sh
Change attributes of .config/foot/foot.ini
Change attributes of .scripts/install_base.sh
2022-11-25 20:42:32 +04:00

11 lines
196 B
Plaintext

# ~/.bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export EDITOR=nvim;
export VISUAL=nvim;
alias cfg=chezmoi
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '