diff options
author | McSinyx <vn.mcsinyx@gmail.com> | 2016-06-14 12:08:50 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | 42901e3f675d889e3d88fefde09213cebe9c0bd4 (patch) | |
tree | eacc83fee5e34f8ab3a592542830782f0eacd4a8 /bash | |
parent | dee8b4b60eaa8075d4696fcbc5a50f91397e4351 (diff) | |
download | dotfiles-42901e3f675d889e3d88fefde09213cebe9c0bd4.tar.gz |
Update some vim shits
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.profile b/bash/.profile index f870533..2802e32 100644 --- a/bash/.profile +++ b/bash/.profile @@ -20,3 +20,5 @@ fi if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi + +export XMODIFIERS=@im=ibus |