diff options
author | Robby Russell <robby@planetargon.com> | 2013-04-23 21:27:51 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-04-23 21:27:51 -0700 |
commit | b6ea876971b2270a2c73a07a6f6a337604132c6f (patch) | |
tree | b95edef68a19b210e3cb9fb91ef8160c8d1058ee /lib/aliases.zsh | |
parent | fd50759e39a8b0e27f56f1e56a8240de541d8271 (diff) | |
parent | 07838055a85bb751e15f072ba2fdc96e9b5ec92b (diff) | |
download | zsh-b6ea876971b2270a2c73a07a6f6a337604132c6f.tar.gz zsh-b6ea876971b2270a2c73a07a6f6a337604132c6f.tar.bz2 zsh-b6ea876971b2270a2c73a07a6f6a337604132c6f.zip |
Merge pull request #690 from essembeh/master
Adding ~/.ssh/config parsing for host list and theme.
Diffstat (limited to 'lib/aliases.zsh')
-rw-r--r-- | lib/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aliases.zsh b/lib/aliases.zsh index a7f699c19..2b58c4faa 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -17,7 +17,7 @@ alias history='fc -l 1' # List direcory contents alias lsa='ls -lah' -alias l='ls -lA1' +#alias l='ls -la' alias ll='ls -l' alias la='ls -lA' alias sl=ls # often screw this up |