diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-28 10:13:35 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-28 10:13:35 +0200 |
commit | 012b1e0574868d2040a3bf0b0f303d7fe7d0feb7 (patch) | |
tree | 3de04a3fab9bb4a04d2e8581a6c3c598c27c527c /home/bashrc | |
parent | 1ced00b044f26959bdd1fe3decc40ff0acdcd2ea (diff) | |
download | guix-012b1e0574868d2040a3bf0b0f303d7fe7d0feb7.tar.gz guix-012b1e0574868d2040a3bf0b0f303d7fe7d0feb7.tar.bz2 guix-012b1e0574868d2040a3bf0b0f303d7fe7d0feb7.zip |
.
Diffstat (limited to '')
-rw-r--r-- | home/bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |