initial commit
This commit is contained in:
9
tools/add-alais.sh
Executable file
9
tools/add-alais.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/sh
|
||||
|
||||
aliasFile="/home/venus/.config/zsh/custom/aliases.zsh"
|
||||
|
||||
if [ $1 ]; then
|
||||
echo alias $1=\"$2\" >> $aliasFile
|
||||
else
|
||||
echo "no alias specified"
|
||||
fi
|
||||
Reference in New Issue
Block a user