1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Minor updates

* Added syncthing
* JSON indentation in emacs
* Fixed bug with myemacs script
This commit is contained in:
J. Fernando Sánchez
2015-12-09 17:07:44 +01:00
parent cfb2d498fa
commit ee3e7b81e4
8 changed files with 84 additions and 352 deletions

View File

@@ -74,6 +74,9 @@ if [[ ! -d "$TMPDIR" ]]; then
mkdir -p -m 700 "$TMPDIR"
fi
# Handy aliases
alias fail="less +F"
# Docker goodies
alias drm="docker rm"
alias drun="docker run"