diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-10 15:07:15 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-10 15:07:15 +0100 |
commit | c94d4358ac75b13a58ffb3cfca8b91e91133c23d (patch) | |
tree | ed2b1f34e2f2c97e753d73c648661d501c85a562 | |
parent | 80487bf7226cd18d0c1b8d616f658a56a841e889 (diff) |
checkpoint
-rw-r--r-- | config/essentials/shell/aliases.sh | 2 | ||||
-rw-r--r-- | config/home/.zshenv | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/essentials/shell/aliases.sh b/config/essentials/shell/aliases.sh index 2486ae9..0012406 100644 --- a/config/essentials/shell/aliases.sh +++ b/config/essentials/shell/aliases.sh @@ -154,7 +154,7 @@ alias airpods='bluetoothctl connect 60:93:16:24:00:10' alias hotpsot='nmcli dev wifi hotspot ifname wlan0 ssid wiefie password "peepeepoopoo"' alias wtip='wt ip -c -brief addr' alias fusephone='sshfs myphone: /media/phone' -alias ttyper='ttyper -l english1000' +alias ttyper='ttyper -l english1000 -w 160' # NPM alias npi="npm init --yes" diff --git a/config/home/.zshenv b/config/home/.zshenv index 77012b1..a26c6e5 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -93,7 +93,8 @@ export PATH="$HOME/bin:$PATH" export PATH="$HOME/go/bin:$PATH" export PATH="$XDG_CONFIG_HOME/cargo/bin:$PATH" export PATH="$PATH:./node_modules/.bin" -export PATH="$PATH:$HOME/.dotnet/tools" +export PATH="$PATH:$DOTNET_CLI_HOME/.dotnet/tools" + export PATH="$PATH:$GOPATH/bin" export PLAN9=/usr/lib/plan9 |