1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

added shell and vim shortcuts for octave

This commit is contained in:
TiynGER
2020-11-01 16:33:10 +01:00
parent 85298c3b9e
commit 901c6856af
2 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,10 @@ alias upmutt="mbsync -a && neomutt"
# mv
alias mv="mv -i"
# octave
alias octave="octave --persist"
alias matlab="octave --persist"
# pacman
alias pac="sudo pacman"