commit c2ab59e3cc0106aa203e3ef96e07a916b8b4c348 parent 61ddd3c88f6225ee4e7601fadbfe0e10503896be Author: Sven Möller <sven-moeller@outlook.de> Date: Tue, 14 Dec 2021 22:29:51 +0100 Add shortcuts Diffstat:
M | bash/.bashrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bash/.bashrc b/bash/.bashrc @@ -2,3 +2,5 @@ alias ls="ls --human-readable --color=auto" alias df="df --human-readable" alias du="du --human-readable" alias mkdir="mkdir --parents" +alias vim="nvim" +alias nb="newsboat"