summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/alias3
-rw-r--r--zsh/.zsh/plugins10
-rw-r--r--zsh/.zshrc2
3 files changed, 2 insertions, 13 deletions
diff --git a/zsh/.zsh/alias b/zsh/.zsh/alias
index d34f4b4..1ad7711 100644
--- a/zsh/.zsh/alias
+++ b/zsh/.zsh/alias
@@ -24,6 +24,3 @@ alias rd='cd $(git rev-parse --show-toplevel)'
alias mi='make install'
alias mc='make clean'
alias mca='make clean-all'
-
-# Unablias ag from ubuntu plugin
-unalias ag
diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins
index ab57ef5..649f00d 100644
--- a/zsh/.zsh/plugins
+++ b/zsh/.zsh/plugins
@@ -15,14 +15,6 @@ if ! zgen saved; then
# Oh-my-zsh plugins
zgen oh-my-zsh plugins/git
zgen oh-my-zsh plugins/vi-mode
- zgen oh-my-zsh plugins/archlinux
- zgen oh-my-zsh plugins/ubuntu
- zgen oh-my-zsh plugins/tmux
- zgen oh-my-zsh plugins/themes
-
- # Appearance
- zgen load mafredri/zsh-async
- zgen load sindresorhus/pure
# Navigation plugins
zgen load urbainvaes/fzf-marks
@@ -40,8 +32,6 @@ if ! zgen saved; then
zgen save
fi
-# Plugins configuration
-
# Autosuggestion
{
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6'
diff --git a/zsh/.zshrc b/zsh/.zshrc
index dc84770..379aa7d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -19,4 +19,6 @@ if [[ -f "${HOME}/.gpg-agent-info" ]]; then
export SSH_AUTH_SOCK
fi
+PROMPT='%0~ $ '
+
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh