From 22c64e10a09fe03feaafdc579f8c30224d530771 Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Tue, 4 Nov 2025 00:24:15 +0000 Subject: [PATCH] aliases --- arch-user/config/bash/bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch-user/config/bash/bashrc b/arch-user/config/bash/bashrc index 61aa979..a461fe1 100644 --- a/arch-user/config/bash/bashrc +++ b/arch-user/config/bash/bashrc @@ -13,6 +13,11 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias node='NODE_NO_READLINE=1 rlwrap node' +alias d='cd ~/dev' +alias k='cd ~/know' +alias t='cd ~/tmp' +alias l='cd ~/lfs' + export EDITOR=vim export FZF_COMPLETION_TRIGGER='*'