summaryrefslogtreecommitdiff
path: root/bashrc (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-26[bash] Add time (UTC) to my prompt.Franck Cuny1-7/+1
Remove a few alias for work (the aliases are in my ssh config).
2016-10-14[bash] Remove a couple of aliases.Franck Cuny1-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.
2016-08-10[bash] avoid using viFranck Cuny1-0/+2
2016-08-10[bash] function to preview markdownFranck Cuny1-0/+7
New bash function to render a preview of a markdown file. Closes #8.
2016-07-16[bash] drop alias for docker, and move gcloud SDKFranck Cuny1-6/+3
2016-07-15[bash] don't build the PATH blindlyFranck Cuny1-9/+18
Check if directories / files exist before adding them to the path or sourcing them.
2016-07-03[bash] clean up a little bit the configurationFranck Cuny1-19/+5
2016-06-25[bash] Add a few more aliases.Franck Cuny1-2/+7
2016-06-25[bash] don't set GOROOTFranck Cuny1-1/+0
2016-06-01[bash] remove some functions and add aliasesFranck Cuny1-47/+23
2016-05-24[emacs] Name of the scala package has changed.Franck Cuny1-0/+76
2016-03-12[zsh] replace bash with zsh.Franck Cuny1-76/+0
Add configuration files, delete bash config files, and update documentation. Closes #22 #19
2016-01-26[bash] cleanup basic configuration.Franck Cuny1-37/+12
Remove a few things and move other stuff around.
2016-01-07[bash] the shell waits for emacsclientFranck Cuny1-1/+1
We need to wait otherwise we have some issues with `git commit` (will figure it out later).
2016-01-06[bash] Set TERM to "xterm-256color" for Emacs.Franck Cuny1-1/+1
Because ...
2016-01-06[bash] Update alias for `emacsclient`.Franck Cuny1-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.
2016-01-05[bash] Change alias for EDITOR.Franck Cuny1-1/+1
Create a new frame instead of opening a new window in the terminal.
2015-11-29Add a few aliases to bash.Franck Cuny1-1/+20
Some aliases to navigate to different repositories or directories, and a function to run `puppet` on a list of hosts.
2015-09-04[bash] editor (again)Franck Cuny1-1/+3
2015-08-19[bash] yeah ..Franck Cuny1-1/+1
2015-08-17[bash] set the TERM to xterm-256colorFranck Cuny1-0/+1
2015-08-16[bash] add a new alias for git and change EDITOR.Franck Cuny1-1/+2
2015-07-29[bash] new alias to set my git info.Franck Cuny1-0/+5
2015-07-28[bash] update PS1.Franck Cuny1-1/+1
Display the current directory only.
2015-07-25[bash] editorFranck Cuny1-3/+1
2015-07-21[bash] fix alias for emacs.Franck Cuny1-1/+1
Typo in the alternative editor in emacsclient.
2015-07-18[bash] remove some aliasesFranck Cuny1-2/+0
2015-07-18[bash] update $EDITOR.Franck Cuny1-2/+2
2015-07-18[emacs] add more things for emacsFranck Cuny1-1/+3
2015-07-06configuration filesFranck Cuny1-0/+73