+ Added run in octave shortcut

This commit is contained in:
ziro 2021-03-06 08:57:56 +07:00
parent eb693a8e70
commit ba50738426
5 changed files with 12 additions and 5 deletions

View file

@ -4,6 +4,7 @@
PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
# DEFAULT
export QT_QPA_PLATFORMTHEME='qt5ct'
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else