summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-11 08:00:24 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-11 08:00:24 -0400
commit12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch)
tree5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/zsh
parent9e82c96713989a7565eadac505b36e3dbe91cd5a (diff)
Configuration file updates and additions.
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zprofile2
-rw-r--r--.config/zsh/.zshrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index 3453af6..b3a4ec6 100644
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -12,7 +12,7 @@ export PATH=$PATH:~/.local/bin:~/.local/bin/cryptusb:~/.local/bin/private:~/.loc
12# Defaults 12# Defaults
13export BROWSER="firefox" 13export BROWSER="firefox"
14export EDITOR="vim" 14export EDITOR="vim"
15export TERMINAL="urxvt" 15export TERMINAL="st"
16 16
17# Other vars 17# Other vars
18export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' 18export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 30e3f64..b18b29c 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -6,6 +6,8 @@ source ~/.config/shell/shortcutsrc
6HISTSIZE=100000000 6HISTSIZE=100000000
7SAVEHIST=100000000 7SAVEHIST=100000000
8HISTFILE="$HOME/.cache/zsh/history" 8HISTFILE="$HOME/.cache/zsh/history"
9# Show all history
10alias history="history 0"
9 11
10# Shell options 12# Shell options
11bindkey -v 13bindkey -v