summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-05-19 12:50:45 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-05-19 12:50:45 +0200
commit581696120c576fa794040be14ef236e49e8a64ef (patch)
tree36c96a22659466233a9f471cbc3fb3fc0cc42e11 /.config/zsh/.zshrc
parent77e73ca5f8d4f2cd676648c23d2b331a981b9f4c (diff)
keyd: created a layout for steelseries keyboard
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 774d861..df737ba 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -4,6 +4,8 @@ SAVEHIST=5000
setopt hist_ignore_all_dups
unsetopt beep
+precmd () {print -Pn "\e]0;%n@%m:%~\a"}
+
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
zstyle ':completion:*' menu select
autoload -Uz compinit
@@ -17,18 +19,14 @@ export PATH
export EDITOR=vim
export VISUAL=vim
export PAGER="less -i -j.5 -R"
-# export PAGER="less -i -j.5 -R --use-color -Dd+y -Du+c"
export LESS_TERMCAP_mb=$'\E[1;31m'
export LESS_TERMCAP_md=$'\E[1;31m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_ue=$'\E[0m'
-# export LESS_TERMCAP_so=$'\E[1;33m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_us=$'\E[1;32m'
-precmd () {print -Pn "\e]0;%n@%m:%~\a"}
-
alias sudo='doas'
alias sudoedit='doasedit'