diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-10-05 22:05:52 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-10-05 22:05:52 +0200 |
| commit | 84e62a27aed00d442844842fcfd4213b19d8aad4 (patch) | |
| tree | 3c11c3b497cb7883e76074b8be740c8cddbd4d9d /.bashrc | |
| parent | a364c97719ddb7158f12fe13521e98b47b431286 (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,6 +76,7 @@ alias rvi='sudo vim' alias ww='(cd ~/Wiki && vi home_page.md)' alias s='(cd ~/Wiki && vi scratch.md)' alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' +alias pv='qlmanage -p' #alias uc='systemctl --user' #alias wpa='sudo wpa_gui -i wlan0' @@ -97,7 +98,7 @@ alias dy='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi' alias wai='~/go/src/github.co/traefik/whoami/whoami' # yaegi debug -export YAEGI_DOT_CMD="$DOT" +export YAEGI_DOT_CMD="dotty -" export YAEGI_UNSAFE=1 export YAEGI_UNRESTRICTED=1 export YAEGI_SYSCALL=1 |
