From 012b1e0574868d2040a3bf0b0f303d7fe7d0feb7 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 28 Oct 2024 10:13:35 +0200 Subject: . --- home/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/bashrc') diff --git a/home/bashrc b/home/bashrc index 63cdf66..f2495a8 100644 --- a/home/bashrc +++ b/home/bashrc @@ -19,6 +19,7 @@ alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" alias e="$EDITOR" alias g="git" alias grep="ugrep" +# alias steam="flatpak run com.valvesoftware.Steam" alias logdate='date +"%Y-%m-%d"' optimizeimg() { @@ -35,6 +36,8 @@ cleartrail() { alias a='pwd' +source /run/current-system/profile/etc/profile.d/nix.sh + eval "$(zoxide init posix --hook prompt)" if [ "$(tty)" = "/dev/tty1" ]; then -- cgit v1.2.3