View Single Post
Posts: 74 | Thanked: 25 times | Joined on Jan 2010 @ Hong Kong, CHINA
#93
Originally Posted by Fawz View Post
I was sick of having to source the .bashrc manually in the terminal. Unfortunately it seems you can't automate this easily. To still get a nice shell I change the fingerterm.desktop to login locally via ssh.
Check out https://together.jolla.com/question/...ashrc-scripts/ , which suggests just this:

Code:
# edit the "Exec" line from /usr/share/applications/fingerterm.desktop:
[Desktop Entry]
Type=Application
Name=Local SSH
Exec=sh -c "cd ~; unset POSIXLY_CORRECT; exec fingerterm"
Icon=icon-l-terminal
 

The Following 3 Users Say Thank You to mdengler For This Useful Post: