From cb340786dcb4ee66aaa21edc7c740119d0ae6d7b Mon Sep 17 00:00:00 2001 From: Andrey Anurin Date: Sun, 12 Aug 2018 15:33:04 +0300 Subject: [PATCH] fix links --- .zlogin | 2 +- .zlogout | 2 +- .zprezto/modules/prompt/functions/prompt_abra_setup | 2 +- .zprezto/runcoms/zpreztorc | 2 +- .zpreztorc | 2 +- .zprofile | 2 +- .zshenv | 2 +- .zshrc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.zlogin b/.zlogin index 3701292..5765ab0 120000 --- a/.zlogin +++ b/.zlogin @@ -1 +1 @@ -/Users/svxf/.zprezto/runcoms/zlogin \ No newline at end of file +.zprezto/runcoms/zlogin \ No newline at end of file diff --git a/.zlogout b/.zlogout index 9baa093..8f76c74 120000 --- a/.zlogout +++ b/.zlogout @@ -1 +1 @@ -/Users/svxf/.zprezto/runcoms/zlogout \ No newline at end of file +.zprezto/runcoms/zlogout \ No newline at end of file diff --git a/.zprezto/modules/prompt/functions/prompt_abra_setup b/.zprezto/modules/prompt/functions/prompt_abra_setup index 8ce3587..5012044 120000 --- a/.zprezto/modules/prompt/functions/prompt_abra_setup +++ b/.zprezto/modules/prompt/functions/prompt_abra_setup @@ -1 +1 @@ -/Users/svxf/.zprezto/abra/prompt_abra_setup.zsh \ No newline at end of file +../../../abra/prompt_abra_setup.zsh \ No newline at end of file diff --git a/.zprezto/runcoms/zpreztorc b/.zprezto/runcoms/zpreztorc index e8c2e27..3d4b924 100644 --- a/.zprezto/runcoms/zpreztorc +++ b/.zprezto/runcoms/zpreztorc @@ -227,4 +227,4 @@ zstyle ':prezto:module:tmux:iterm' integrate 'yes' # Enabled safe options. This aliases cp, ln, mv and rm so that they prompt # before deleting or overwriting files. Set to 'no' to disable this safer # behavior. -# zstyle ':prezto:module:utility' safe-ops 'yes' +zstyle ':prezto:module:utility' safe-ops 'no' diff --git a/.zpreztorc b/.zpreztorc index ac8611a..fb46b62 120000 --- a/.zpreztorc +++ b/.zpreztorc @@ -1 +1 @@ -/Users/svxf/.zprezto/runcoms/zpreztorc \ No newline at end of file +.zprezto/runcoms/zpreztorc \ No newline at end of file diff --git a/.zprofile b/.zprofile index 0d19295..b085555 120000 --- a/.zprofile +++ b/.zprofile @@ -1 +1 @@ -/Users/svxf/.zprezto/runcoms/zprofile \ No newline at end of file +.zprezto/runcoms/zprofile \ No newline at end of file diff --git a/.zshenv b/.zshenv index e2f4643..2ffffef 120000 --- a/.zshenv +++ b/.zshenv @@ -1 +1 @@ -/Users/svxf/.zprezto/runcoms/zshenv \ No newline at end of file +.zprezto/runcoms/zshenv \ No newline at end of file diff --git a/.zshrc b/.zshrc index 8d25eea..ff7ceae 120000 --- a/.zshrc +++ b/.zshrc @@ -1 +1 @@ -/Users/svxf/.zprezto/runcoms/zshrc \ No newline at end of file +.zprezto/runcoms/zshrc \ No newline at end of file