aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-08-27 18:53:22 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-08-27 18:53:22 +0100
commit43c65a291f15ab07eaa8ae08dbd470616e56fdb3 (patch)
treec9e61633ecadc8f0ac2a418906a9633c15066029 /zsh
parent96b2334449ba48a98cb19a6c4bea00b08bfd8e6a (diff)
downloaddotfiles-43c65a291f15ab07eaa8ae08dbd470616e56fdb3.tar.gz
dotfiles-43c65a291f15ab07eaa8ae08dbd470616e56fdb3.zip
Polishing zsh configuration
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh5
-rw-r--r--zsh/.zsh/function.zsh4
-rw-r--r--zsh/.zsh/startup.zsh3
3 files changed, 7 insertions, 5 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 5be4976..4bb8b01 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -3,5 +3,6 @@ export ALTERNATE_EDITOR=""
export EDITOR='emacsclient -nw -a ""'
export VISUAL='emacsclient -c -a ""'
-export PATH="{$PATH}:${HOME}/.gem/ruby/2.5.0/bin:/usr/local/bin"
-export PATH="{$PATH}:${HOME}/.local/bin"
+export PATH="${PATH}:${HOME}/.gem/ruby/2.5.0/bin:/usr/local/bin"
+export PATH="${PATH}:${HOME}/.local/bin"
+export PATH="/usr/bin:${PATH}"
diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh
index cf00577..5d8f81e 100644
--- a/zsh/.zsh/function.zsh
+++ b/zsh/.zsh/function.zsh
@@ -8,6 +8,10 @@ alias em='emacsclient -c -a ""'
alias emt='emacsclient -nw -a ""'
# alias lspasscp='lpass show -c --password $(lpass ls | fzf | awk '{print $(NF)}' | sed 's/\\]//g')'
+# fixing pdflatex
+#alias pdflatex='/usr/bin/pdflatex'
+#alias pdftex='/usr/bin/pdftex'
+
# fd - cd to selected directory
fd() {
local dir
diff --git a/zsh/.zsh/startup.zsh b/zsh/.zsh/startup.zsh
index f09fbfd..e69de29 100644
--- a/zsh/.zsh/startup.zsh
+++ b/zsh/.zsh/startup.zsh
@@ -1,3 +0,0 @@
-# Startup archey3
-archey3
-cd