From e9a0557b5ce31065858a7f756c014e29a4b34fe2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 24 Apr 2022 15:24:29 +0200 Subject: fix --- .config/zsh/alias.zsh | 3 +-- .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) -- cgit v1.2.3