diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-19 18:02:44 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-19 18:02:44 -0800 |
| commit | 3343590cb9601d2e24e204c300b1c6cee9225c49 (patch) | |
| tree | 5d8848813f9c347b6bb97b7061239ee8e2c41e54 | |
| parent | [bash] Do not put the date in the prompt. (diff) | |
| download | emacs.d-3343590cb9601d2e24e204c300b1c6cee9225c49.tar.gz | |
[bash] Add alias for time and sort aliases.
Diffstat (limited to '')
| -rwxr-xr-x | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,11 +25,11 @@ alias lt="ls -lhtr" alias mv="mv -i" alias rm="rm -i" -alias g="git" alias au="aurora" alias aud="aurora_admin" +alias g="git" alias gonest="ssh nest" -alias tm="tmux attach || tmux new" +alias t="time" # finally, build the path and source a few files __add_to_path_if_exists() { |
