From 6e82a49ba6fe595fc4ea39888886d7977b77eb3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 17 Jul 2026 22:16:28 +0200 Subject: [PATCH] shell: add aliases for ash shell --- shell/.ashrc | 5 +++++ shell/.profile | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 shell/.ashrc diff --git a/shell/.ashrc b/shell/.ashrc new file mode 100644 index 0000000..23358ba --- /dev/null +++ b/shell/.ashrc @@ -0,0 +1,5 @@ +alias k=kak +alias kc='kak -c "$(kak -l | fzf)"' +alias kd='kak -s "$(printf %s $PWD | xargs basename)"' +alias lg=lazygit +alias z='cd $(fzf --walker dir --walker-root ~)' diff --git a/shell/.profile b/shell/.profile index 9c99e63..4a53a35 100644 --- a/shell/.profile +++ b/shell/.profile @@ -38,6 +38,8 @@ fi export GOPATH=~/.cache/go export GOBIN=~/.local/bin +export ENV=~/.ashrc + # start X or Hyprland at login if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then if which /usr/bin/sx > /dev/null; then