]> git.lizzy.rs Git - i3-setup.git/commitdiff
Remove USER_ALIAS from zshrc
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 11:56:38 +0000 (12:56 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 11:56:38 +0000 (12:56 +0100)
zshrc

diff --git a/zshrc b/zshrc
index 19974247837e16ffe7bc46da1b4422227c8c73c5..8459e26ad494fef85758bfa61c02b93b03adc69e 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -1,7 +1,5 @@
 export ZSH="$HOME/.oh-my-zsh"
 export PATH="$HOME/bin:$PATH"
 ZSH_THEME="fleckenstein"
-USER_ALIAS="ふれけんしたいん"
-USER_ALIAS_LENGTH=16
 plugins=(git)
 source $ZSH/oh-my-zsh.sh