summary refs log tree commit diff
path: root/bashrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [bash] and back ..Franck Cuny2018-05-101-1/+1
|
* [vim] use vim for EDITORFranck Cuny2018-05-081-1/+1
|
* [bash] reorganize some directoriesFranck Cuny2018-04-011-3/+3
|
* [bash] fix path for twitter configurationFranck Cuny2018-03-271-1/+1
|
* [bash] some clean up / new aliasesFranck Cuny2018-03-221-20/+5
|
* [bash] Configure $EDITOR correctly.Franck Cuny2018-02-281-1/+1
|
* [vim] Remove vim, I really can't get to switch.Franck Cuny2018-02-281-1/+2
|
* [bash] add some aliases to remote boxesFranck Cuny2018-02-251-0/+2
|
* [bash] some cleanupFranck Cuny2018-02-201-10/+2
|
* [bash] add alias for csnestFranck Cuny2017-09-121-1/+1
|
* [bash] use emacs for EDITORFranck Cuny2017-06-161-1/+1
|
* Remove a few aliases from bash.Franck Cuny2017-06-111-6/+0
| | | | | The aliases are neat, but not having them everywhere I go is annoying. It's easier if I switch back to the default and stick to them.
* Add configuration for vim.Franck Cuny2017-06-111-1/+1
| | | | This is just a test at this point.
* [bash] ssh is (again) broken with OSX ?Franck Cuny2017-04-061-4/+4
|
* [bash] A few more aliases to ssh to hosts.Franck Cuny2017-03-141-0/+3
|
* [Bash] re-organize Twitter's configuration.Franck Cuny2017-02-271-9/+15
|
* [bash] set editor back to EmacsFranck Cuny2016-12-151-1/+1
|
* [bash] Set editor to vim and new alias for ctags.Franck Cuny2016-12-131-1/+2
|
* [bashrc] update prompt (again)Franck Cuny2016-12-061-1/+1
|
* [bash] Add alias for tmux.Franck Cuny2016-11-301-0/+1
| | | | Attach to the current session, and if none exists, create a new one.
* [bash] Put current directory between square bracket.Franck Cuny2016-11-301-1/+1
|
* [bash] Add alias for time and sort aliases.Franck Cuny2016-11-191-2/+2
|
* [bash] Do not put the date in the prompt.Franck Cuny2016-11-191-1/+1
| | | | | | It would be more useful to add an alias to wrap commands with 'time' when needed instead. I don't care about the date the command was entered, I care about how long it takes to run it.
* [bash] Update the prompt.Franck Cuny2016-11-171-1/+1
|
* [bash] Small change to the prompt.Franck Cuny2016-11-081-1/+1
|
* [bash] Add a few more aliases.Franck Cuny2016-11-081-0/+6
|
* [bash] Add bin directory to path.Franck Cuny2016-11-081-0/+3
|
* [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