summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/baseline/zshrc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/baseline/zshrc.nix b/home/baseline/zshrc.nix
index a82ab7a..fe8ec9d 100644
--- a/home/baseline/zshrc.nix
+++ b/home/baseline/zshrc.nix
@@ -3,6 +3,7 @@
export PATH="$PATH:$HOME/.cargo/bin"
+ alias gpicview='loupe'
alias reset='tput reset'
alias reload='exec zsh'
alias this-date='date +%b%d | sed "s/^\w/\U&/g"'