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

Fixed zprezto submodule

This commit is contained in:
J. Fernando Sánchez
2015-10-25 01:36:05 +02:00
parent 3f5da0dfe0
commit ebcaeb805c
5 changed files with 74 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ fi
#
export EDITOR='vi'
export VISUAL="myemacs"
export VISUAL="myemacs -t"
export ALTERNATE_EDITOR=""
export PAGER='less'
@@ -46,6 +46,7 @@ typeset -gU cdpath fpath mailpath path
path=(
/usr/local/{bin,sbin}
~/.bin
~/.local/{bin,sbin}
$path
)
@@ -96,5 +97,6 @@ function newdev () {
docker run -v $PWD:/usr/src/app -t -i --name $1 -h $1 balkian/devmachine
}
alias gsicluster='ssh balkian@shannon.gsi.dit.upm.es -p 1337'
TMPPREFIX="${TMPDIR%/}/zsh"