diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-12 18:01:57 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-12 18:01:57 -0600 |
| commit | f92d8e05e604f51f053c37ec47830ceae531bd38 (patch) | |
| tree | 334bf64dde6e7c632a5b8efd200b13b45b2499bc | |
| parent | 3f1968f22238a6d8537908909bdb8e728bf5bf9f (diff) | |
home/baseline/zshrc: add alias: 'gpicview'->'loupe'
Diffstat (limited to '')
| -rw-r--r-- | home/baseline/zshrc.nix | 1 |
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"' |
