From 63fd2a1dd136ca943979e36f702d7ad80b052c4c Mon Sep 17 00:00:00 2001 From: XavierCLL Date: Sat, 16 Jul 2016 11:32:42 -0500 Subject: [PATCH] Changed the shell in pycharm executable --- pycharm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycharm b/pycharm index 36df1bf..6671f52 100644 --- a/pycharm +++ b/pycharm @@ -1,5 +1,5 @@ -#!/bin/sh -l +#!/bin/bash -l [[ -f ~/.bash_profile ]] && . ~/.bash_profile -sh /opt/pycharm-professional/bin/pycharm.sh \ No newline at end of file +sh /opt/pycharm-professional/bin/pycharm.sh