This commit is contained in:
2021-09-23 10:42:25 +01:00
parent 3ee9da2d76
commit 58da4d8c43
3 changed files with 196 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
.bash_profile
+9
View File
@@ -0,0 +1,9 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
. "$HOME/.cargo/env"
export VISUAL=/usr/bin/nvim
export EDITOR=/usr/bin/nvim