diff options
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 |