summary refs log tree commit diff
path: root/bashrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [bash] I still need RVM to publish dashboards ...Franck Cuny2016-11-021-1/+2
|
* [bash] simplify a little bit more the configurationFranck Cuny2016-11-011-21/+17
|
* [bash] Add time (UTC) to my prompt.Franck Cuny2016-10-261-7/+1
| | | | Remove a few alias for work (the aliases are in my ssh config).
* [bash] Remove a couple of aliases.Franck Cuny2016-10-141-4/+1
| | | | | | | I don't update my transactions for simple from the CLI, and I don't use the camera anymore. Let's try to replace `vi` with `ed` too.
* [bash] avoid using viFranck Cuny2016-08-101-0/+2
|
* [bash] function to preview markdownFranck Cuny2016-08-101-0/+7
| | | | | | New bash function to render a preview of a markdown file. Closes #8.
* [bash] drop alias for docker, and move gcloud SDKFranck Cuny2016-07-161-6/+3
|
* [bash] don't build the PATH blindlyFranck Cuny2016-07-151-9/+18
| | | | | Check if directories / files exist before adding them to the path or sourcing them.
* [bash] clean up a little bit the configurationFranck Cuny2016-07-031-19/+5
|
* [bash] Add a few more aliases.Franck Cuny2016-06-251-2/+7
|
* [bash] don't set GOROOTFranck Cuny2016-06-251-1/+0
|
* [bash] remove some functions and add aliasesFranck Cuny2016-06-011-47/+23
|
* [emacs] Name of the scala package has changed.Franck Cuny2016-05-241-0/+76
|
* [zsh] replace bash with zsh.Franck Cuny2016-03-121-76/+0
| | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19
* [bash] cleanup basic configuration.Franck Cuny2016-01-261-37/+12
| | | | Remove a few things and move other stuff around.
* [bash] the shell waits for emacsclientFranck Cuny2016-01-071-1/+1
| | | | | We need to wait otherwise we have some issues with `git commit` (will figure it out later).
* [bash] Set TERM to "xterm-256color" for Emacs.Franck Cuny2016-01-061-1/+1
| | | | Because ...
* [bash] Update alias for `emacsclient`.Franck Cuny2016-01-061-1/+3
| | | | | | | | | Change the default alias for EDITOR to not wait for Emacs (a new frame is created with the file, and the shell is not waiting for the edit to be done). Rename the alias `em` to `et` (for "emacs terminal") to do a quick edit.
* [bash] Change alias for EDITOR.Franck Cuny2016-01-051-1/+1
| | | | Create a new frame instead of opening a new window in the terminal.
* Add a few aliases to bash.Franck Cuny2015-11-291-1/+20
| | | | | Some aliases to navigate to different repositories or directories, and a function to run `puppet` on a list of hosts.
* [bash] editor (again)Franck Cuny2015-09-041-1/+3
|
* [bash] yeah ..Franck Cuny2015-08-191-1/+1
|
* [bash] set the TERM to xterm-256colorFranck Cuny2015-08-171-0/+1
|
* [bash] add a new alias for git and change EDITOR.Franck Cuny2015-08-161-1/+2
|
* [bash] new alias to set my git info.Franck Cuny2015-07-291-0/+5
|
* [bash] update PS1.Franck Cuny2015-07-281-1/+1
| | | | Display the current directory only.
* [bash] editorFranck Cuny2015-07-251-3/+1
|
* [bash] fix alias for emacs.Franck Cuny2015-07-211-1/+1
| | | | Typo in the alternative editor in emacsclient.
* [bash] remove some aliasesFranck Cuny2015-07-181-2/+0
|
* [bash] update $EDITOR.Franck Cuny2015-07-181-2/+2
|
* [emacs] add more things for emacsFranck Cuny2015-07-181-1/+3
|
* configuration filesFranck Cuny2015-07-061-0/+73