diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 22:31:35 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 22:31:35 -0700 |
commit | ec5310784b100a276759295f0e33a6117ca86fd7 (patch) | |
tree | ed4da68c3f02238b3869fc5754eb965cc1a9522a | |
parent | [tmux] drop a few things. (diff) | |
download | emacs.d-ec5310784b100a276759295f0e33a6117ca86fd7.tar.gz |
[bash] remove some aliases
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bashrc b/bashrc index e5c1efd..097fd6a 100644 --- a/bashrc +++ b/bashrc @@ -69,7 +69,5 @@ alias pjson="python -mjson.tool" # tmux alias tmux='tmux -2' -alias main='tmux a -t main' -alias work='tmux new-session -A -s work' [ -f "${HOME}/.bash_local" ] && source "${HOME}/.bash_local" |