diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-03 00:55:51 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-03 00:55:51 +0100 |
commit | fc7228cbc359f99896ffc8bd6f1719e0a2e1ac31 (patch) | |
tree | 50ed263b19188b1cfaf4e16a6c56c5ce28fc531b | |
parent | revert (diff) | |
download | dotfiles-bsd-fc7228cbc359f99896ffc8bd6f1719e0a2e1ac31.tar.gz dotfiles-bsd-fc7228cbc359f99896ffc8bd6f1719e0a2e1ac31.tar.bz2 dotfiles-bsd-fc7228cbc359f99896ffc8bd6f1719e0a2e1ac31.tar.xz dotfiles-bsd-fc7228cbc359f99896ffc8bd6f1719e0a2e1ac31.tar.zst dotfiles-bsd-fc7228cbc359f99896ffc8bd6f1719e0a2e1ac31.zip |
ok
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index cb6090f..ba770be 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -60,7 +60,7 @@ alias stopdocker='docker-machine stop docker-home' alias envdocker='eval `docker-machine env docker-home`' alias vimz='nvim $(fzf --preview="head -$FZF_PREVIEW_LINES {}")' alias v='nvim $(fzf --preview="head -$FZF_PREVIEW_LINES {}")' -alias tohex='printf "%x\n"' +alias tohex='printf "0x%x\n"' vbi() { p=$(pwd) cd "$HOME"/.local/bin || return |