aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d/alias
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc.d/alias')
-rw-r--r--shellrc.d/alias5
1 files changed, 1 insertions, 4 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias
index 5e412a3..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'
@@ -33,7 +34,3 @@ fi
if command -v sdcv 2>/dev/null >&2; then
alias sdcv='sdcv -c'
fi
-
-if command -v nix 2>/dev/null >&2; then
- alias nrun='nix run .'
-fi