diff options
| author | neodarz <neodarz@neodarz.net> | 2017-11-05 15:56:37 +0100 |
|---|---|---|
| committer | neodarz <neodarz@neodarz.net> | 2017-11-05 15:56:37 +0100 |
| commit | 75dc24b84b42acc6a6cdf474ea0f161496c20f0c (patch) | |
| tree | 1172ffb748662324c437fbdb4b74231cfa76d299 | |
| parent | b5f86deb375795c26b1041982237f2518aa3aa88 (diff) | |
| download | dotfiles_ascii-75dc24b84b42acc6a6cdf474ea0f161496c20f0c.tar.xz dotfiles_ascii-75dc24b84b42acc6a6cdf474ea0f161496c20f0c.zip | |
Add alias to linux_system_error_list.py script
| -rwxr-xr-x | zsh/.zsh/aliases.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index dedfe27..d1c7e32 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -141,6 +141,10 @@ alias yolo="n yaourt --noconfirm" alias tiga="tig --all" +alias errno="/home/neodarz/.scripts/linux_system_error_list.py" +alias errnol="errno list" +alias errnos="errno search" + #█▓▒░ dumb tmux trix alias tsad="printf '\033k┐(T_T)┌\033\\'" alias tshrug="printf '\033k┐(\`-\`)┌\033\\'" |
