alpha
Login
or
Join now
xcc.es
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles
shell
zinit
zsh
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update .zsh
author
Morgan
date
2 years ago
(May 19, 2024, 9:16 PM +0200)
commit
e8bef61e
e8bef61e8f56fc32308468ac852325261d32d65b
parent
df3bcd7f
df3bcd7f0d4c73f896a17d12fd03d7e929e74971
+5
-1
1 changed file
Expand all
Collapse all
Unified
Split
.zsh
+5
-1
.zsh
View file
Reviewed
···
9
9
export LC_ALL=en_US.UTF-8
10
10
11
11
# Languages & frameworks
12
12
-
alias python="$(which python3)"
12
12
+
# alias python="$(which python3)"
13
13
export PY_BASE="$(python3 -m site --user-base)"
14
14
export DENO_INSTALL="$HOME/.deno"
15
15
export BUN_INSTALL="$HOME/.bun"
···
42
42
interactive_comments
43
43
null_glob
44
44
share_history
45
45
+
extended_history
45
46
)
46
47
setopt "${zsh_opts[@]}"
48
48
+
49
49
+
export SAVEHIST=10000
50
50
+
export HISTSIZE=10000
47
51
48
52
# custom scripts
49
53
for f in $Z/*.zsh; do