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'
|
alias zs='source ~/.zshrc'
|
||||||
|
|
||||||
|
|
||||||
if [[ -x "${commands[htop]}" ]]; then
|
if [[ -x "${commands[htop]}" ]]; then
|
||||||
alias top=htop
|
alias top=htop
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,9 @@ for plugin ($plugins); do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Load all of your custom configurations from custom/
|
||||||
|
for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||||
|
|
||||||
# Load the theme
|
# Load the theme
|
||||||
if [ "$ZSH_THEME" = "random" ]
|
if [ "$ZSH_THEME" = "random" ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue