mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
other various changes
This commit is contained in:
parent
23496fa683
commit
0d09d9a10a
3 changed files with 2 additions and 14 deletions
|
|
@ -1,15 +1,10 @@
|
|||
<<<<<<< HEAD
|
||||
=======
|
||||
alias pm='python manage.py'
|
||||
>>>>>>> upstream/master
|
||||
alias pmr='python manage.py runserver'
|
||||
alias pmrp='python manage.py runserver_plus'
|
||||
alias pmrpg='pmrp --adminmedia=`pwd`/media/admin'
|
||||
alias pmsdb='python manage.py syncdb'
|
||||
alias pms='python manage.py shell'
|
||||
<<<<<<< HEAD
|
||||
alias pmlf='python manage.py loaddata fixtures/*'
|
||||
=======
|
||||
alias pmsp='python manage.py shell_plus'
|
||||
alias pmlf='python manage.py loaddata fixtures/*'
|
||||
alias pmt='python -W ignore::DeprecationWarning manage.py test'
|
||||
|
|
@ -34,4 +29,3 @@ function djapp() {
|
|||
echo "from django.contrib import admin\nfrom $1.models import *\n\n" > $1/admin.py
|
||||
echo "from django.conf.urls.defaults import *\n\n" > $1/urls.py
|
||||
}
|
||||
>>>>>>> upstream/master
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Command history configuration
|
||||
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
|
@ -10,11 +10,8 @@ setopt hist_verify
|
|||
setopt inc_append_history
|
||||
setopt extended_history
|
||||
setopt hist_expire_dups_first
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
setopt hist_ignore_space
|
||||
|
||||
setopt SHARE_HISTORY
|
||||
>>>>>>> upstream/master
|
||||
setopt APPEND_HISTORY
|
||||
|
|
|
|||
|
|
@ -8,10 +8,8 @@ fpath=($ZSH/functions $fpath)
|
|||
for config_file ($ZSH/lib/*.zsh) source $config_file
|
||||
|
||||
# Load all of your custom configurations from custom/
|
||||
for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||
#for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
# Load all of the plugins that were defined in ~/.zshrc
|
||||
plugin=${plugin:=()}
|
||||
for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
|
||||
|
|
@ -23,4 +21,3 @@ then
|
|||
else
|
||||
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
|
||||
fi
|
||||
>>>>>>> upstream/master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue