aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8266fd0..1725fa7 100644
--- a/.bashrc
+++ b/.bashrc
@@ -9,6 +9,9 @@
#[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null
#MOVED TO COMPTON CONF
+export EDITOR=nvim
+export VISUAL=nvim
+
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '