Compare commits

..

No commits in common. "6ad37bbc1d2b0f9e0c4eddf6743d66290f87d926" and "877308ebeca3c4931539182d237b4a3a880554dc" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,7 @@ set tabstop=4
set nocompatible set nocompatible
set noshowmode set noshowmode
set noerrorbells set noerrorbells
set wrap set nowrap
set hidden set hidden
set cmdheight=1 set cmdheight=1
set encoding=utf-8 set encoding=utf-8

View File

@ -69,7 +69,6 @@ function install_terraform() {
if [[ "$(uname)" == "Darwin" ]]; then if [[ "$(uname)" == "Darwin" ]]; then
brew install tflint -q brew install tflint -q
brew install tfenv -q brew install tfenv -q
TFENV_ARCH=amd64 tfenv install latest
else else
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
fi fi

1
.zshrc
View File

@ -144,7 +144,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'" alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'"
alias code="open -a 'Visual Studio Code'" alias code="open -a 'Visual Studio Code'"
alias xclip="pbcopy" alias xclip="pbcopy"
alias mtr="sudo /opt/homebrew/opt/mtr/sbin/mtr"
# Project # Project
alias meraki="cd $HOME/git/ansible_collections/cisco/meraki/" alias meraki="cd $HOME/git/ansible_collections/cisco/meraki/"