Kyle P Davis 2 лет назад
Родитель
Сommit
336017d949
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      .profile

+ 0 - 5
.profile

@@ -117,11 +117,6 @@ alias ts-node-print="env-ts-node node-print"
 # color theme setup for bat (not aliased to cat directly because it's a bit slow)
 # color theme setup for bat (not aliased to cat directly because it's a bit slow)
 command -v bat >/dev/null  ||  export BAT_THEME="$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo 'Visual Studio Dark+' || echo GitHub)"
 command -v bat >/dev/null  ||  export BAT_THEME="$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo 'Visual Studio Dark+' || echo GitHub)"
 
 
-# MacVim shell aliases
-if [ "$OS" = "Darwin" ]; then
-	alias gvim="mvim"
-fi
-
 # fancy shell prompts
 # fancy shell prompts
 if [ "$ZSH_VERSION" ]; then
 if [ "$ZSH_VERSION" ]; then