From 01b9d5d62d819d40494ff48cada636a83f09707b Mon Sep 17 00:00:00 2001 From: Joren Date: Thu, 27 Jun 2024 23:05:55 +0200 Subject: [PATCH] Upload files to "/" --- .zshrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..e930279 --- /dev/null +++ b/.zshrc @@ -0,0 +1,26 @@ +# Lines configured by zsh-newuser-install +bindkey -e +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/joren/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall + + + +#export PROMPT='%F{2}%~ $%f ' +PROMPT='%F{255}[%n@%m %F{045}%~%F{255}]$ ' + + +source <(fzf --zsh) + +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory + +bindkey "^[[H" beginning-of-line +bindkey "^[[F" end-of-line +bindkey "^[[3~" delete-char