Changes between Version 1 and Version 2 of Ticket #62868, comment 13


Ignore:
Timestamp:
May 13, 2021, 3:33:28 PM (3 years ago)
Author:
Channy-736 (Chantel)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62868, comment 13

    v1 v2  
    11Ok how do I access my shell startup file? I've searched the web, but I can't find anything that directly states how to access that file so I can edit it. I found files for bash, zsh, etc. but not for ~/.profile.
     2
     3Edit: Nevermind, I figured it out! To access the profile, use the command:
     4
     5{{{
     6open -a TextEdit.app ~/.zprofile
     7}}}
     8
     9Once I removed that export DISPLAY=:0 line in the text file, arb was finally able to start!!
     10
     11Thank you so much, Ryan!