diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-04-02 16:59:59 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-04-02 16:59:59 +0200 |
| commit | f18d246634a9e47e9e3155996a77c17a170cf47a (patch) | |
| tree | f1ec091062f741c20d2387ce3261435f6c637ce7 /.bashrc | |
| parent | a4c13e982eec402ac7b7ec2c6211dcd2b8c1c7c1 (diff) | |
update on termux
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -64,7 +64,7 @@ alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' alias rvi='sudo vim' alias rxt='sudo xt' alias rxvi='sudo xvi' -alias ww='vi ~/Wiki/HomePage' +alias ww='vi ~/Wiki/home_page.md' alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' #alias uc='systemctl --user' @@ -143,3 +143,5 @@ meteo() { # load Nix config files (aka auto-completion etc.) #export XDG_DATA_DIRS="$HOME/.nix-profile/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" + +eval "$(zoxide init bash)" |
