From 08ee327386fbdd38950e55412292ae595f15575e Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 1 Jul 2023 20:55:38 +0200 Subject: [PATCH] aliases.zsh: disable some --- .zsh/aliases.zsh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 4c32487..a9ac164 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -27,11 +27,11 @@ alias tmpdir='nutmp=$(mktemp -d);cd "$nutmp";unset nutmp' alias wolm='wol d4:3d:7e:53:c2:b1' alias ta='tmux a -t0' - alias dc='docker-compose' + # alias dc='docker-compose' alias tmux='TERM=xterm-256color tmux' alias urlencode='python2 -c "import urllib, sys; print urllib.quote_plus( sys.argv[1] if len(sys.argv) > 1 else sys.stdin.read()[0:-1], \"\")"' alias urldecode='python2 -c "import urllib, sys; print urllib.unquote_plus(sys.argv[1] if len(sys.argv) > 1 else sys.stdin.read()[0:-1])"' - alias obs="QT_QPA_PLATFORM=xcb obs" + # alias obs="QT_QPA_PLATFORM=xcb obs" alias diff="diff -Naru --color" alias ip='ip -color' alias nmcs='nmcli conn show' @@ -40,13 +40,14 @@ alias gitagain='GIT_COMMITTER_DATE="$(git show -s --format=%ci HEAD)" git commit -v --amend' [ -z "$IN_NIX_SHELL" ] && { if command -v nixGLIntel &> /dev/null; then - alias gor='nixGLIntel go run' + # alias gor='nixGLIntel go run' fi } alias signal-desktop='signal-desktop --use-tray-icon --enable-features=UseOzonePlatform --ozone-platform=wayland' alias dotfiles='cd ~/src/dotfiles' # on leo alias -g VV=' |& vim -' alias -g LL=' |& less' + # alias podman='sudo podman' # rootful podman for ZFS # nix home-manager switch alias -g nhms='home-manager switch --no-out-link -b backup --flake ~/src/dotfiles#$HOST' alias hx='helix'