mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
moved to wayland
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export QT_STYLE_OVERRIDE="kvantum";
|
||||
|
||||
# Defaults
|
||||
export TERMINAL="alacritty";
|
||||
export EDITOR='vim';
|
||||
export TERMINAL="kitty";
|
||||
export EDITOR='lvim';
|
||||
export BROWSER='firefox';
|
||||
|
||||
export BAT_THEME="Catppuccin-mocha";
|
||||
@@ -28,4 +28,4 @@ fi
|
||||
|
||||
export FZF_DEFAULT_OPTS="--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 --color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 --color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796";
|
||||
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
|
||||
@@ -7,8 +7,8 @@ fi
|
||||
|
||||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=10000000
|
||||
SAVEHIST=10000000
|
||||
setopt extendedglob
|
||||
unsetopt autocd beep
|
||||
bindkey -e
|
||||
|
||||
Reference in New Issue
Block a user