diff --git a/_bashrc b/_bashrc index f51f3d6..aa78fbd 100755 --- a/_bashrc +++ b/_bashrc @@ -10,8 +10,6 @@ alias v="nvim" alias vi="nvim" alias vim="nvim" -alias f="fuck" - alias irssi='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi' alias unison="unison -logfile ~/.unison/unison.log" diff --git a/_zshrc b/_zshrc index 6794be3..9c94d6e 100755 --- a/_zshrc +++ b/_zshrc @@ -44,8 +44,6 @@ fi setopt interactivecomments setopt HIST_IGNORE_SPACE -eval $(thefuck --alias) - export PS1=" %{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%} $ %{$(tput sgr0)%}" diff --git a/flake.nix b/flake.nix index 4529cdf..a2dfa1e 100644 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,6 @@ fd tmux xsel - pay-respects rust-analyzer jq ];