From 425a10d097a072a880aab2b691908a555d810671 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 17 May 2020 05:51:55 -0400 Subject: .bashrc: Add nix helpers --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 4ea9b27..5b39e4b 100644 --- a/.bashrc +++ b/.bashrc @@ -96,6 +96,9 @@ alias rofi='rofi -cache-dir $XDG_DATA_HOME' # pulse delay on audacity alias audacity='PULSE_LATENCY_MSEC=30 audacity' +# nix helpers +nix-which() { readlink "$(type -P "$1")"; } + # lxc helpers alias lxc-attach='lxc-attach --clear-env -n' alias lxc-ls='lxc-ls -f' -- cgit v1.2.3