diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2023-10-16 15:46:42 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2023-10-16 15:46:42 +0400 |
| commit | 0effaed283475a3c00a3b1b4572b7dbe2c130712 (patch) | |
| tree | 74e3c1b0779930ba15e87d69a3bb8c610688bf10 /.profile | |
| parent | bac0b958583019d5547ffede9f38d5a2f5cdb15c (diff) | |
Removed vim config variables from profile
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" # XDG Specific configs -export MYVIMRC="$XDG_CONFIG_HOME/vim/init.vim" -export VIMINIT="source $MYVIMRC" +# export MYVIMRC="$XDG_CONFIG_HOME/vim/init.vim" +# export VIMINIT="source $MYVIMRC" export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker" export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default" |