mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
6.5 KiB
JSON
1 line
6.5 KiB
JSON
[{"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302013264.7155991, "message": "I need something that loads my bash profile... basicaly I need my bash in emacs with git working and all stuff :)", "group_id": 83, "id": 541405}, {"user_id": 25106, "stars": [], "topic_id": 17386, "date_created": 1302020120.980866, "message": "Isn't that what you already get with M-x shell? If not, why not?", "group_id": 83, "id": 542892}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302022861.2602019, "message": "Not really. My shell doesn't load my prefile configs neither my git commands... :(", "group_id": 83, "id": 543361}, {"user_id": 9271, "stars": [], "topic_id": 17386, "date_created": 1302024899.974643, "message": "I have tried various emacs shells, but none have really worked well for extensive use. Instead, I use GNU screen with emacs in one screen and various shells in others.", "group_id": 83, "id": 543692}, {"user_id": 158, "stars": [], "topic_id": 17386, "date_created": 1302025489.9953921, "message": "M-x ansi-term would do what you want", "group_id": 83, "id": 543729}, {"user_id": 25106, "stars": [], "topic_id": 17386, "date_created": 1302029526.013036, "message": "try also linking it to ~/.emacs_bash", "group_id": 83, "id": 544658}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302028729.1099679, "message": "@mahmoudimus I don't know if I have to config something first, but by default ansi-term behaved like \"term\" and still didn't load my bash profile neither recoginize git", "group_id": 83, "id": 544419}, {"user_id": 25106, "stars": [], "topic_id": 17386, "date_created": 1302029545.2212911, "message": "M-x shell will run a file called .emacs_SHELLNAME in your home directory if it exists", "group_id": 83, "id": 544668}, {"user_id": 25106, "stars": [], "topic_id": 17386, "date_created": 1302029084.125263, "message": "I use M-x shell all the time, and I don't have this problem. I use zsh, not bash, but it loads my profile just fine. Maybe something is odd about your shell configuration? Are you putting your profile in ~/.profile or ~/.bash_profile?", "group_id": 83, "id": 544536}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302029307.613698, "message": ".profile as a link for my profile file on git", "group_id": 83, "id": 544597}, {"user_id": 25106, "stars": [], "topic_id": 17386, "date_created": 1302029658.413507, "message": "http://stackoverflow.com/questions/958194/how-to-make-emacs-shell-execute-init-file-automatically", "group_id": 83, "id": 544688}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302031078.4194291, "message": "I've created a link for .emacs_bash but didn't work. Also i noticed that theres a .eshell folder with history and last-directory but no config file. :/", "group_id": 83, "id": 545060}, {"user_id": 25106, "stars": [], "topic_id": 17386, "date_created": 1302036095.6670921, "message": "Does .bashrc do anything?", "group_id": 83, "id": 546398}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302037866.5448611, "message": "I don't have it. Just .profile", "group_id": 83, "id": 546845}, {"user_id": 4937, "stars": [], "topic_id": 17386, "date_created": 1302047778.9802699, "message": "You might need to either make the shell a login shell (so .profile gets read) or rename .profile to .bashrc (but note that this'll get read every time you run bash)", "group_id": 83, "id": 550575}, {"user_id": 18241, "stars": [], "topic_id": 17386, "date_created": 1302072201.1341219, "message": "`bash -l` loads bash as login shell -> .profile* is searched first. To make term act as login shell, M-x customize-group shell . There is \"explicit Bash args\", add -l there. Now your term will start as -l option would given.", "group_id": 83, "id": 555515}, {"user_id": 12404, "stars": [], "topic_id": 17386, "date_created": 1302095559.543108, "message": "i use multi-term (http://www.emacswiki.org/emacs/MultiTerm) it's nice to be able to perform operations on the buffer while things are still going on like searching etc....", "group_id": 83, "id": 558867}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302094613.3608179, "message": "@d4gg4d Just did it and got a \"Process shell segmentation fault\" when running M-x shell. There is also two arguments on Explicit Bash Args: --noediting and -i", "group_id": 83, "id": 558667}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302096479.9333179, "message": "@tbatterii This would be great but if I load /bin/bash it doesn't load my profile config as I said. :(", "group_id": 83, "id": 559092}, {"user_id": 12404, "stars": [], "topic_id": 17386, "date_created": 1302097231.2773559, "message": "@tauil why not just source your profile? :)", "group_id": 83, "id": 559276}, {"user_id": 12404, "stars": [], "topic_id": 17386, "date_created": 1302097349.5899291, "message": "@tauil fwiw, multi-term does pick up my profile at ~/.profile on OSX", "group_id": 83, "id": 559303}, {"user_id": 12404, "stars": [], "topic_id": 17386, "date_created": 1302103212.844521, "message": "@tauil don't know why I didn't think of this before... I always run emacs from the terminal which is why it picks my profile \n\nhowever, running it from quicksilver doesn't pick my profile up, but I can just do $ source ~/.profile and get my stuff.", "group_id": 83, "id": 560338}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302102670.8480461, "message": "@tbatterii Nice! I'll try this!", "group_id": 83, "id": 560250}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302102933.283108, "message": "@tbatterii Didn't load my profile :( I think the problem is in term. I need to config something", "group_id": 83, "id": 560293}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302107695.4800651, "message": "still didn't work for git and some git bash scripts :(", "group_id": 83, "id": 561277}, {"user_id": 12404, "stars": [], "topic_id": 17386, "date_created": 1302108099.5899141, "message": "@tauil perhaps it might be something with your environment.", "group_id": 83, "id": 561352}, {"user_id": 3150, "stars": [], "topic_id": 17386, "date_created": 1302108629.4473319, "message": "I just tested on emacs in terminal and worked using M-x term and them source \u02dc/.profile. But using emacs.app don't :(", "group_id": 83, "id": 561426}, {"user_id": 218, "stars": [], "topic_id": 17386, "date_created": 1302141269.9579699, "message": "fwiw, I bit the bullet a few weeks ago and just decided to learn eshell. Its actually quite good.", "group_id": 83, "id": 567944}] |