diff options
| author | Horus3 | 2014-04-27 18:14:37 +0200 |
|---|---|---|
| committer | Horus3 | 2014-04-27 18:14:37 +0200 |
| commit | b8bc1ad2af6aab7f9dd3937c78dab76b0c32bdca (patch) | |
| tree | b14c388384dd8fff1450f8498e691785850e1011 /zsh | |
| parent | 1cae96dbcaf032d417ebf8d7e49a8577c84ad9f9 (diff) | |
| download | dotfiles-b8bc1ad2af6aab7f9dd3937c78dab76b0c32bdca.tar.gz | |
Vim mapping and zsh alias.
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zsh_aliases | 1 | ||||
| -rw-r--r-- | zsh/.zsh_prog (renamed from zsh/.zsh_prg) | 0 | ||||
| -rw-r--r-- | zsh/.zshrc | 8 |
3 files changed, 9 insertions, 0 deletions
diff --git a/zsh/.zsh_aliases b/zsh/.zsh_aliases index ad3cd8e..ef59608 100644 --- a/zsh/.zsh_aliases +++ b/zsh/.zsh_aliases @@ -16,3 +16,4 @@ alias nano='nano -wc' alias du='du -h' alias down='sudo shutdown -hP now' alias df='df -h' +alias lll='ls -lisa' diff --git a/zsh/.zsh_prg b/zsh/.zsh_prog index 51f63f5..51f63f5 100644 --- a/zsh/.zsh_prg +++ b/zsh/.zsh_prog @@ -3325,3 +3325,11 @@ fi if [ -f ~/.zsh_dirstack ]; then . ~/.zsh_dirstack fi + +if [ -f ~/.zsh_prog ]; then + . ~/.zsh_prog +fi + +if [ -f ~/.zshrc_orig ]; then + . ~/.zshrc_orig +fi |
