zsh: major reorganization
This commit is contained in:
parent
aa32e9ba63
commit
990f4cd542
4 changed files with 276 additions and 352 deletions
9
.config/shell/updates
Executable file
9
.config/shell/updates
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
# This file is provided to ensure smooth updates between versions of these
|
||||
# dotfiles. It is to be run after environment variables are set whenever the
|
||||
# shell starts, and should be compatible with standard `sh`.
|
||||
|
||||
# [3-18-22] Move Powerlevel 10k config file out of home directory
|
||||
if [ -f ~/.p10k.zsh ] && ! [ -f "$P10K_CONFIG_LOCATION" ]; then
|
||||
mv ~/.p10k.zsh "$P10K_CONFIG_LOCATION"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue