mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fixing aliases custom
This commit is contained in:
parent
078c9e1689
commit
4b850135a6
2 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ alias lsbom='lsbom -f -l -s -pf'
|
|||
|
||||
alias zs='source ~/.zshrc'
|
||||
|
||||
|
||||
if [[ -x "${commands[htop]}" ]]; then
|
||||
alias top=htop
|
||||
else
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@ for plugin ($plugins); do
|
|||
fi
|
||||
done
|
||||
|
||||
# Load all of your custom configurations from custom/
|
||||
for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||
|
||||
# Load the theme
|
||||
if [ "$ZSH_THEME" = "random" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue