diff options
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 3 | ||||
-rwxr-xr-x | .local/bin/hddmnt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 7331821..20dc114 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -18,8 +18,7 @@ tree() { } alias \ e='editorcmd' \ - et='editermcmd' \ - vim='editermcmd' \ + vim='editorcmd' \ c='clear' \ less='less --tabs 4' \ bc='bc -l' \ diff --git a/.local/bin/hddmnt b/.local/bin/hddmnt index 8f7a515..126a036 100755 --- a/.local/bin/hddmnt +++ b/.local/bin/hddmnt @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash -e +#!/bin/sh -e tmp=$(mktemp) |