diff options
| author | Karel Kočí <cynerd@email.cz> | 2025-12-08 12:27:11 +0100 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2025-12-08 12:27:11 +0100 |
| commit | a25793a758a4288c3f4eec39ad9b4309860c6e22 (patch) | |
| tree | 26f28fb62bf3b23c02b857a1c28a22383f30e10b /shellrc.d | |
| parent | 748c5894119254a4ead74cb7c85dbbe24c5bc667 (diff) | |
| download | shellrc-a25793a758a4288c3f4eec39ad9b4309860c6e22.tar.gz shellrc-a25793a758a4288c3f4eec39ad9b4309860c6e22.tar.bz2 shellrc-a25793a758a4288c3f4eec39ad9b4309860c6e22.zip | |
Diffstat (limited to 'shellrc.d')
| -rw-r--r-- | shellrc.d/alias | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias index c84c83a..f5d910d 100644 --- a/shellrc.d/alias +++ b/shellrc.d/alias @@ -5,6 +5,7 @@ alias ll='ls -lh' alias df='df -h' alias du='du -h' alias grep='grep --color=auto' +alias info='info --vi-keys' alias ip='ip -c' alias gdb='gdb -q' alias cgdb='cgdb -q' |
