diff options
| author | ache <ache@ache.one> | 2018-12-28 05:35:39 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-12-28 05:35:39 +0100 |
| commit | ecbf193f2da36e64528d68a28bdd13461ba156ac (patch) | |
| tree | a506dd7aead2ab1ce9b7f1ca0d5ffc816da1af26 /functions | |
| parent | dhcpcd is a shity daemon, welcome dhclient (diff) | |
New functions
Diffstat (limited to 'functions')
| -rw-r--r-- | functions/mk.fish | 1 | ||||
| -rw-r--r-- | functions/ydl.fish | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/functions/mk.fish b/functions/mk.fish new file mode 100644 index 0000000..1b30acb --- /dev/null +++ b/functions/mk.fish @@ -0,0 +1 @@ +alias mk='make' diff --git a/functions/ydl.fish b/functions/ydl.fish new file mode 100644 index 0000000..5052a73 --- /dev/null +++ b/functions/ydl.fish @@ -0,0 +1 @@ +alias ydl='youtube-dl -ki ' # Youtube-dl alias |