An update...
This commit is contained in:
parent
d6382f1413
commit
b3dc9c281d
3 changed files with 6 additions and 19 deletions
3
.env
3
.env
|
|
@ -1,8 +1,5 @@
|
|||
# Public environment settings
|
||||
#
|
||||
# Example: Can be shell compatible stuff like export, alias etc. or just
|
||||
# define variables like FOO=BAR
|
||||
#
|
||||
# You should put private stuff to .penv. It is handled the same way as this
|
||||
# file but will be ignored by .gitignore. In .penv stored vars are overwriting
|
||||
# vars from here.
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ alias n='nnn -diUxe'
|
|||
alias ssh='s'
|
||||
alias su='us'
|
||||
|
||||
alias v=vim
|
||||
alias vi=vim
|
||||
|
||||
alias xterm=$TERMINAL
|
||||
|
|
|
|||
21
.zshrc
21
.zshrc
|
|
@ -1,10 +1,6 @@
|
|||
# Source some global/public stuff.
|
||||
source ~/.env
|
||||
|
||||
# Source some private stuff or custom things that are different on my systems.
|
||||
# This file is not in the Git repository!
|
||||
source ~/.penv
|
||||
|
||||
# Load Oh-my-Zsh.
|
||||
source ~/.zsh/oh-my-zsh.sh
|
||||
|
||||
|
|
@ -24,18 +20,6 @@ case $TERM in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Obsolete?
|
||||
#if [ -f /usr/bin/shellpic ]; then
|
||||
# if [ -f ~/images/tux.png ]; then
|
||||
# /usr/bin/shellpic --shell24 --scale-x 50 ~/images/tux.png
|
||||
# fi
|
||||
#fi
|
||||
|
||||
# Obsolete?
|
||||
#source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
#[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# Source some functions
|
||||
for function in ~/.zsh/functions.d/*.sh; do
|
||||
source $function
|
||||
|
|
@ -52,3 +36,8 @@ if [ -n "$TMUX" ]; then
|
|||
}
|
||||
fi
|
||||
|
||||
# Source some private stuff or custom things that are different on my systems.
|
||||
# This file is not in the Git repository!
|
||||
# Everything in this file overrides configuration settings already loaded.
|
||||
source ~/.penv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue