diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-01 23:15:01 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-01 23:15:01 +0200 |
commit | 72286aff9e7ead17fb119d86342bfa39e15a65f3 (patch) | |
tree | 3e4afb069e99f7349c2d1e2a4a944f48cdb81ec1 /stow/rcs | |
parent | 89acb45d3278527e6a9633fdc421a1c9226e9242 (diff) | |
download | configs-72286aff9e7ead17fb119d86342bfa39e15a65f3.tar.gz configs-72286aff9e7ead17fb119d86342bfa39e15a65f3.zip |
Made o into a script and removed it from aliases.
Diffstat (limited to 'stow/rcs')
-rw-r--r-- | stow/rcs/.bash_aliases | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stow/rcs/.bash_aliases b/stow/rcs/.bash_aliases index feb5bf2..dd69415 100644 --- a/stow/rcs/.bash_aliases +++ b/stow/rcs/.bash_aliases @@ -13,7 +13,6 @@ alias egrep='egrep --color=auto' alias nb='newsboat' alias z='cd ~/docs/zettelkasten && vim "$(./porTema.sh)"' alias zn='cd ~/docs/zettelkasten && vim "$(./nuevo.sh)"' -alias o='rifle' alias youtube-dl='yt-dlp' alias cal='cal -m' |